Skip to content

Commit

Permalink
electron-builder disable publish
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Apr 24, 2021
1 parent f643957 commit b6882a1
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 @@ -12,7 +12,7 @@
"start": "electron-snowpack dev",
"build": "npm run build:snowpack && npm run build:electron",
"build:snowpack": "electron-snowpack build",
"build:electron": "electron-builder",
"build:electron": "electron-builder --publish never",
"test": "jest",
"lint": "eslint --ext js,ts,tsx src",
"fix": "eslint --fix --ext js,ts,tsx src",
Expand Down

0 comments on commit b6882a1

Please sign in to comment.