Skip to content

Commit

Permalink
[fixed] fixes #892, NODE_ENV set commander not working on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Minwe committed Jul 4, 2016
1 parent be2f654 commit e49e023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"dev": "gulp",
"start": "nodemon tools/app/app.js",
"build": "NODE_ENV=production gulp build && gulp archive",
"build": "cross-env NODE_ENV=production gulp build && gulp archive",
"preview": "gulp preview"
},
"style": "dist/css/amazeui.css",
Expand All @@ -42,6 +42,7 @@
"bistre": "^1.0.1",
"body-parser": "^1.15.1",
"cookie-parser": "^1.4.0",
"cross-env": "^1.0.8",
"debug": "^2.2.0",
"del": "^2.1.0",
"errorhandler": "^1.3.6",
Expand Down

0 comments on commit e49e023

Please sign in to comment.