Skip to content

Commit

Permalink
[minor] Added windows build commadn
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Dec 17, 2016
1 parent 77559c3 commit 36ba598
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"start": "NODE_ENV=development electron .",
"dev": "concurrently -k 'node -r babel-register webpack.js' 'npm start'",
"build-darwin": "NODE_ENV=production webpack --config webpack.prod.babel.js && electron-packager . Anubis --platform=darwin --arch=all --prune --overwrite"
"prod": "NODE_ENV=production webpack --config webpack.prod.babel.js",
"build-darwin": "npm run prod && electron-packager . Anubis --platform=darwin --arch=all --prune --overwrite",
"build-windows": "npm run prod && electron-packager . Anubis --platform=win32 --arch=all --prune --overwrite"
},
"keywords": [
"trials",
Expand Down

0 comments on commit 36ba598

Please sign in to comment.