Skip to content

Commit

Permalink
Merge pull request #380 from BitGo/never-publish-with-electron-builder
Browse files Browse the repository at this point in the history
fix: do not publish using electron-builder
  • Loading branch information
louib-bitgo authored Jan 23, 2024
2 parents 6458979 + e29b36c commit 8b5af74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"name": "wallet-recovery-wizard",
"private": true,
"scripts": {
"build": "tsc && vite build && electron-builder",
"build": "tsc && vite build && electron-builder --publish never",
"dev": "vite",
"durable-nonce:build": "node ./scripts/build-durable-nonce",
"eth-eip1559:decode": "node ./scripts/decode-eth-eip1559",
Expand Down

0 comments on commit 8b5af74

Please sign in to comment.