mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	Merge pull request #44 from cse110-fa22-group29/fix-package.json
Fix scripts in package.json for correct recursive calling
This commit is contained in:
		| @@ -2,8 +2,8 @@ | ||||
|   "name": "food-journal", | ||||
|   "version": "1.0.0", | ||||
|   "scripts": { | ||||
|     "test": "mocha --recursive **/*.test.js", | ||||
|     "lint": "eslint **/*.js", | ||||
|     "test": "mocha --recursive './{,!(node_modules)/**}/*.test.js'", | ||||
|     "lint": "eslint '**/*.js'", | ||||
|     "fix-style": "eslint --fix **/*.js" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user