Nodemon only watch server dir

This commit is contained in:
Jimmy 2022-01-18 20:13:55 +13:00
parent 22ee270d42
commit 91551e711d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"build": "stencil build",
"dev": "stencil build --dev --watch",
"server": "nodemon server/index.js 0.0.0.0 3000",
"server": "nodemon --watch server server/index.js",
"start": "npm-run-all -p -r dev server",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",