Watch just for services files in npm services sript

This commit is contained in:
Juan 2018-11-02 13:49:25 +01:00
parent 375f276ef6
commit 7084cc30fe
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
}