Skip to content

Commit

Permalink
build both 64 and 32
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymac committed Dec 31, 2016
1 parent 4ee5bb7 commit 29768a0
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 @@ -15,7 +15,7 @@
"package": "npm run build && build --publish never",
"package-win": "npm run build && build --win --x64",
"package-linux": "npm run build && build --linux",
"package-all": "npm run build && build -mwl",
"package-all": "npm run build && build -mwl --x64 --ia32",
"dev": "yarn run hot-server -- --start-hot"
},
"build": {
Expand Down

0 comments on commit 29768a0

Please sign in to comment.