Skip to content

Commit

Permalink
Corrected typo in start script
Browse files Browse the repository at this point in the history
  • Loading branch information
pstrassmann committed Oct 15, 2020
1 parent 4ebaf3c commit 544d896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE-ENV=production node server.js",
"start": "cross-env NODE_ENV=production node server.js",
"server": "cross-env NODE_ENV=development nodemon server.js",
"msandbox": "node scripts/mongooseSandbox.js",
"populate": "node scripts/masterPopulate.js",
Expand Down

0 comments on commit 544d896

Please sign in to comment.