From e31f975f788f3ced0175c5cffd203690d99c350c Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Thu, 1 Dec 2016 18:56:21 -0200 Subject: [PATCH] Disable 32-bit builds --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b177586..d5cf4fc6 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 --ia32 --x64" + "dist": "npm run build && build" }, "xo": { "extends": "xo-react",