mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48:41 -09:00
Disable 32-bit builds
This commit is contained in:
parent
af5c075bcb
commit
e31f975f78
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue