Skip to content

Commit 6c0aec8

Browse files
authored
Merge pull request particle-iot#61 from AntonPuko/watchFix
change spark-protocol nodemon watch folder
2 parents eb1fe0d + 7e07a98 commit 6c0aec8

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
@@ -30,7 +30,7 @@
3030
"build:clean": "rimraf ./build",
3131
"lint": "eslint -- .",
3232
"prebuild": "npm run build:clean",
33-
"start": "nodemon --exec babel-node ./src/main.js --watch src --watch ../spark-protocol/lib --ignore core_keys --ignore users --ignore webhooks --ignore known_apps",
33+
"start": "nodemon --exec babel-node ./src/main.js --watch src --watch ../spark-protocol/dist --ignore core_keys --ignore users --ignore webhooks --ignore known_apps",
3434
"start:prod": "npm run build && node ./build/main.js",
3535
"test": "ava --serial",
3636
"test:watch": "ava --watch --serial"

0 commit comments

Comments
 (0)