mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
fix scripts in package.json for correct recursive calling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
62f1626492
commit
338eeac38f
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user