Skip to content

Commit

Permalink
Add --publish=never
Browse files Browse the repository at this point in the history
  • Loading branch information
Wybxc authored Oct 4, 2022
1 parent 3ea0dc7 commit b4c55b2
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 @@ -14,7 +14,7 @@
"lint": "eslint --fix",
"dev": "node scripts/watch.mjs",
"prebuild": "node scripts/build.mjs",
"build": "npm run prebuild && electron-builder"
"build": "npm run prebuild && electron-builder --publish=never"
},
"dependencies": {
"@electron-toolkit/utils": "^1.0.2",
Expand Down

0 comments on commit b4c55b2

Please sign in to comment.