Disable 32-bit builds

This commit is contained in:
Matheus Fernandes 2016-12-01 18:56:21 -02:00
parent af5c075bcb
commit e31f975f78
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F

View file

@ -10,7 +10,7 @@
"prepush": "npm test", "prepush": "npm test",
"postinstall": "install-app-deps", "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", "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 --ia32 --x64" "dist": "npm run build && build"
}, },
"xo": { "xo": {
"extends": "xo-react", "extends": "xo-react",