mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	fix scripts in package.json for correct recursive calling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
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