Skip to content

Commit acce17f

Browse files
author
suman mahto
committed
added cross-env for npm run start command also
1 parent fb7b944 commit acce17f

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
"url": "https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton.git"
99
},
1010
"scripts": {
11-
"start": "NODE_ENV=production pm2 start server.js",
11+
"start": "cross-env NODE_ENV=production pm2 start server.js",
1212
"mocha": "nyc mocha --timeout=5000 --exit",
1313
"test": "npm run fresh && npm run mocha",
1414
"dev": "cross-env NODE_ENV=development nodemon server.js",

0 commit comments

Comments
 (0)