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.
1 parent 91ddc22 commit 0416b3dCopy full SHA for 0416b3d
package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"start": "node cluster.js",
11
- "dev": "cross-env NODE_PATH=. NODE_ENV=development nodemon index.js",
+ "dev": "cross-env NODE_PATH=. NODE_ENV=development nodemon",
12
"test": "cross-env NODE_PATH=. NODE_ENV=test mocha",
13
"coverage": "cross-env NODE_PATH=. NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha",
14
"lint": "eslint {src,test,config}/**/*.js",
0 commit comments