We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec4ef6 commit 1f0d6b0Copy full SHA for 1f0d6b0
package.json
@@ -9,10 +9,10 @@
9
"scripts": {
10
"start": "electron .",
11
"package": "electron-builder",
12
- "build": "npm run build:linux && npm run build:windows && npm run build:mac", // Updated build script
+ "build": "npm run build:linux && npm run build:windows && npm run build:mac",
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", // Install without optional
+ "build:mac": "npm install --no-optional && electron-builder --mac -p never",
16
"lint": "eslint .",
17
"test": "echo \"No tests specified\" && exit 0"
18
},
0 commit comments