Skip to content

Commit 9242051

Browse files
chore(package): make dev:run restart on pug & json changes
1 parent 8812846 commit 9242051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"dev": "npm run build && concurrently npm:dev:tsc npm:dev:run",
2929
"dev:tsc": "tsc --watch",
30-
"dev:run": "LOG_LEVEL=debug supervisor ./bin/www.js",
30+
"dev:run": "LOG_LEVEL=debug supervisor -e 'node|js|ts|pug|json' ./bin/www.js",
3131
"start": "node ./bin/www.js",
3232
"init": "node ./bin/db.js init",
3333
"upgrade": "node ./bin/db.js upgrade",

0 commit comments

Comments
 (0)