Watch just for services files in npm services sript
This commit is contained in:
parent
375f276ef6
commit
7084cc30fe
|
@ -79,6 +79,6 @@
|
|||
"test": "nodemon -q services_tests.js -w services",
|
||||
"dbtest": "nodemon -q db_tests.js -w services/db/tests",
|
||||
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
|
||||
"services": "nodemon --inspect ./node_modules/gulp/bin/gulp.js services"
|
||||
"services": "nodemon --inspect -w services ./node_modules/gulp/bin/gulp.js services"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue