We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb1fe0d + 7e07a98 commit 6c0aec8Copy full SHA for 6c0aec8
package.json
@@ -30,7 +30,7 @@
30
"build:clean": "rimraf ./build",
31
"lint": "eslint -- .",
32
"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",
+ "start": "nodemon --exec babel-node ./src/main.js --watch src --watch ../spark-protocol/dist --ignore core_keys --ignore users --ignore webhooks --ignore known_apps",
34
"start:prod": "npm run build && node ./build/main.js",
35
"test": "ava --serial",
36
"test:watch": "ava --watch --serial"
0 commit comments