aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 99dfcf0da..a8e55d25f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,7 +22,7 @@ before_build:
22 - yarn lint 22 - yarn lint
23 23
24build_script: 24build_script:
25 - yarn build 25 - yarn build --x64 --ia32
26 26
27notifications: 27notifications:
28 - provider: Slack 28 - provider: Slack
diff --git a/package.json b/package.json
index bc4d3034e..ac9c96339 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
16 "lint": "eslint src", 16 "lint": "eslint src",
17 "sign": "gulp sign", 17 "sign": "gulp sign",
18 "prebuild": "gulp build", 18 "prebuild": "gulp build",
19 "build": "node_modules/.bin/electron-builder --publish onTag --x64 --ia32", 19 "build": "node_modules/.bin/electron-builder --publish onTag",
20 "rebuild": "node_modules/.bin/electron-rebuild", 20 "rebuild": "node_modules/.bin/electron-rebuild",
21 "precommit": "yarn lint", 21 "precommit": "yarn lint",
22 "commit": "git-cz", 22 "commit": "git-cz",