mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Build for 32 and 64 bits
This commit is contained in:
parent
be286c0d5a
commit
e3e7563178
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue