diff --git a/package.json b/package.json index d5cf4fc6..2b177586 100644 --- a/package.json +++ b/package.json @@ -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",