From e3e7563178072d3764011281ae335a4828744c36 Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Thu, 1 Dec 2016 15:38:02 -0200 Subject: [PATCH] Build for 32 and 64 bits --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",