Skip to content

Commit

Permalink
[Windows] Fix the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuss committed Oct 31, 2016
1 parent 35df444 commit a1aacdb
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 @@ -4,7 +4,7 @@
"start": "concurrently --kill-others --raw \"npm run dev\" \"npm run app\"",
"app": "electron app",
"dev": "webpack -w",
"build": "NODE_ENV=production webpack",
"build": "cross-env NODE_ENV=production webpack",
"test": "npm run dist && xo && ava",
"prepush": "npm test",
"postinstall": "install-app-deps",
Expand Down Expand Up @@ -92,6 +92,7 @@
"babel-preset-react": "^6.11.1",
"concurrently": "^3.0.0",
"copy-webpack-plugin": "^4.0.0",
"cross-env": "3.1.3",
"electron": "1.4.4",
"electron-builder": "^7.11.4",
"electron-devtools-installer": "^2.0.0",
Expand Down

0 comments on commit a1aacdb

Please sign in to comment.