Skip to content

Commit 1f0d6b0

Browse files
committed
Update package.json
1 parent 3ec4ef6 commit 1f0d6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"scripts": {
1010
"start": "electron .",
1111
"package": "electron-builder",
12-
"build": "npm run build:linux && npm run build:windows && npm run build:mac", // Updated build script
12+
"build": "npm run build:linux && npm run build:windows && npm run build:mac",
1313
"build:linux": "electron-builder --linux AppImage -p never",
1414
"build:windows": "electron-builder --win nsis -p never",
15-
"build:mac": "npm install --no-optional && electron-builder --mac -p never", // Install without optional
15+
"build:mac": "npm install --no-optional && electron-builder --mac -p never",
1616
"lint": "eslint .",
1717
"test": "echo \"No tests specified\" && exit 0"
1818
},

0 commit comments

Comments
 (0)