Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
chore(build): update mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Mar 2, 2021
1 parent dfc67ff commit d5d5706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
},
"scripts": {
"build": "yarn lint && yarn build:web && node scripts/build.mjs",
"build:all": "yarn bundle && electron-builder -mwl --x64 --ia32 && yarn build:snap && yarn build:write-sums",
"build:all": "yarn bundle && electron-builder -wl --x64 --ia32 && yarn build:mac && yarn build:snap && yarn build:write-sums",
"build:mac": "node scripts/build.mjs mac",
"build:snap": "node scripts/build.mjs snap",
"build:write-sums": "node scripts/sums.mjs",
"build:remove-unpacked": "rimraf dist/{linux-*,mac,win-*}",
Expand Down

0 comments on commit d5d5706

Please sign in to comment.