Skip to content

Commit

Permalink
chore #11: Minor change to npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Boosmith committed Aug 28, 2019
1 parent 9eb1ac2 commit eadd199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"exec": "run-p dev test",
"watch": ["src/*", "test/*", "public/*"],
"watch": ["src/*", "test/*", "dist/*"],
"ext": "js, html, css, json"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "babel ./src --out-dir dist",
"clean": "rimraf dist",
"debug": "NODE_ENV=development node --inspect ./src/bin/www.js",
"dev": "npm-run-all lint server",
"dev": "run-p lint server",
"lint": "eslint ./src",
"postinstall": "npm run requirement-checks",
"prod": "NODE_ENV=production npm-run-all clean build server:prod",
Expand Down

0 comments on commit eadd199

Please sign in to comment.