We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0d6b0 commit 0e0a9a2Copy full SHA for 0e0a9a2
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"start": "electron .",
11
"package": "electron-builder",
12
- "build": "npm run build:linux && npm run build:windows && npm run build:mac",
+ "build": "npm run build:linux && npm run build:windows",
13
"build:linux": "electron-builder --linux AppImage -p never",
14
"build:windows": "electron-builder --win nsis -p never",
15
"build:mac": "npm install --no-optional && electron-builder --mac -p never",
0 commit comments