We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dadb39 commit a71fe5aCopy full SHA for a71fe5a
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"quota:validate": "node scripts\\validate-quota-estimate.js",
15
"icon:win": "electron scripts\\generate-icon.js",
16
"sidebar:win": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts\\generate-installer-sidebar.ps1",
17
- "pack:win": "set CSC_IDENTITY_AUTO_DISCOVERY=false&& npm run icon:win && npm run sidebar:win && node scripts\\prepare-builder.js && electron-builder --win nsis --x64"
+ "pack:win": "set CSC_IDENTITY_AUTO_DISCOVERY=false&& npm run icon:win && npm run sidebar:win && node scripts\\prepare-builder.js && electron-builder --win nsis --x64 --publish never"
18
},
19
"devDependencies": {
20
"electron": "^39.8.10",
0 commit comments