Build for 32 and 64 bits

This commit is contained in:
Matheus Fernandes 2016-12-01 15:38:02 -02:00
parent be286c0d5a
commit e3e7563178
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F

View file

@ -10,7 +10,7 @@
"prepush": "npm test",
"postinstall": "install-app-deps",
"pack": "npm run build && build --dir && babel --no-comments --compact --minified --out-file app/dist/bundle.js app/dist/bundle.js",
"dist": "npm run build && build"
"dist": "npm run build && build --ia32 --x64"
},
"xo": {
"extends": "xo-react",