Skip to content

Commit

Permalink
Remove p option
Browse files Browse the repository at this point in the history
  • Loading branch information
fiahfy committed Apr 23, 2022
1 parent b65a589 commit 991a276
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 @@ -55,7 +55,7 @@
"package": "npm run build && electron-builder",
"package-dir": "npm run build && electron-builder --dir",
"prepare": "husky install",
"release": "npm run build && electron-builder -mlw -p",
"release": "npm run build && electron-builder -mlw -c.snap.publish=github",
"test": "npm run lint"
}
}

0 comments on commit 991a276

Please sign in to comment.