Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Oct 28, 2018
1 parent 640981b commit 3031dd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"_electron": "cross-env APP_URL=http://localhost:3000 electron .",
"_build": "react-scripts build",
"start": "concurrently \"yarn _react\" \"wait-on http://localhost:3000 && yarn _electron\" ",
"build": "yarn _build && build",
"build": "yarn _build && build --mac --win --linux --x64 --ia32 -p always",
"icons": "electron-icon-maker -i public/img/pennywise.png -o public"
},
"eslintConfig": {
Expand All @@ -41,7 +41,6 @@
"extends": null,
"appId": "info.kamranahmed.pennywise",
"asar": true,
"publish": "github",
"copyright": "Copyright © 2018 Kamran Ahmed",
"files": [
"public/**/*",
Expand Down

0 comments on commit 3031dd4

Please sign in to comment.