Skip to content

Commit 0e0a9a2

Browse files
committed
Update package.json
1 parent 1f0d6b0 commit 0e0a9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"start": "electron .",
1111
"package": "electron-builder",
12-
"build": "npm run build:linux && npm run build:windows && npm run build:mac",
12+
"build": "npm run build:linux && npm run build:windows",
1313
"build:linux": "electron-builder --linux AppImage -p never",
1414
"build:windows": "electron-builder --win nsis -p never",
1515
"build:mac": "npm install --no-optional && electron-builder --mac -p never",

0 commit comments

Comments
 (0)