Skip to content

Commit

Permalink
fix: really release for arm mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Jan 7, 2021
1 parent b8e8409 commit befb0c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"test": "craco test",
"test:cypress": "export PORT=$(get-port 8765); concurrently npm:start:testserver npm:start:cypress",
"pack": "electron-builder --dir",
"dist": "electron-builder --mac --arm64 --x64",
"inspect:asar": "rm -rf app_asar && asar extract dist/mac/BudgetBudget.app/Contents/Resources/app.asar ./app_asar",
"start:cra": "BROWSER=none craco start",
"start:electron": "npm run wait:server && SERVER_URL=http://localhost:$PORT NODE_ENV=development electron .",
Expand Down Expand Up @@ -64,7 +63,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "npm --no-git-tag-version version ${nextRelease.version} && npm run build && npx --no-install electron-builder --mac --publish never"
"prepareCmd": "npm --no-git-tag-version version ${nextRelease.version} && npm run build && npx --no-install electron-builder --mac --arm64 --x64 --publish never"
}
],
[
Expand Down

0 comments on commit befb0c4

Please sign in to comment.