Skip to content

Commit 2b5e759

Browse files
committed
Make npm start autoreload on changes
1 parent ce0bf7f commit 2b5e759

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"/lib"
1414
],
1515
"scripts": {
16-
"start": "./bin/run start",
16+
"start": "node-dev ./bin/run start",
1717
"build": "npm run build:src && npm run build:pack",
1818
"build:src": "rm -rf lib && tsc -b",
1919
"build:pack": "oclif-dev manifest && oclif-dev pack",
@@ -54,6 +54,7 @@
5454
"chai": "^4.2.0",
5555
"graphql.js": "^0.6.1",
5656
"mocha": "^5.2.0",
57+
"node-dev": "^3.1.3",
5758
"request": "^2.88.0",
5859
"request-promise-native": "^1.0.5",
5960
"tmp": "0.0.33",

0 commit comments

Comments
 (0)