We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0bf7f commit 2b5e759Copy full SHA for 2b5e759
1 file changed
package.json
@@ -13,7 +13,7 @@
13
"/lib"
14
],
15
"scripts": {
16
- "start": "./bin/run start",
+ "start": "node-dev ./bin/run start",
17
"build": "npm run build:src && npm run build:pack",
18
"build:src": "rm -rf lib && tsc -b",
19
"build:pack": "oclif-dev manifest && oclif-dev pack",
@@ -54,6 +54,7 @@
54
"chai": "^4.2.0",
55
"graphql.js": "^0.6.1",
56
"mocha": "^5.2.0",
57
+ "node-dev": "^3.1.3",
58
"request": "^2.88.0",
59
"request-promise-native": "^1.0.5",
60
"tmp": "0.0.33",
0 commit comments