Skip to content

Commit

Permalink
Merge pull request #14 from pcnate/package-fix
Browse files Browse the repository at this point in the history
remove cross-env from production script
  • Loading branch information
pcnate authored Nov 24, 2018
2 parents 91392e6 + cd5a67b commit a27763f
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": {
"dev": "cross-env NODE_ENV=development nodemon server",
"prod": "cross-env NODE_ENV=production node server",
"prod": "node server",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
Expand Down

0 comments on commit a27763f

Please sign in to comment.