Skip to content

Commit 0416b3d

Browse files
committed
Use main field of package.json automatically from Nodemon to better usage of Node flags
1 parent 91ddc22 commit 0416b3d

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
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"start": "node cluster.js",
11-
"dev": "cross-env NODE_PATH=. NODE_ENV=development nodemon index.js",
11+
"dev": "cross-env NODE_PATH=. NODE_ENV=development nodemon",
1212
"test": "cross-env NODE_PATH=. NODE_ENV=test mocha",
1313
"coverage": "cross-env NODE_PATH=. NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha",
1414
"lint": "eslint {src,test,config}/**/*.js",

0 commit comments

Comments
 (0)