Skip to content

Commit 4ab26d6

Browse files
committed
Added no publish command
1 parent e8dd270 commit 4ab26d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 16
1919
- run: npm install
20-
- run: npm run dist
20+
- run: npm run dist-no-publish
2121
- name: Set artifacts
2222
uses: actions/upload-artifact@v4
2323
with:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"rebuild": "electron-rebuild -f -w sw-exporter",
1010
"build": "webpack --mode=production",
1111
"dist": "electron-builder",
12+
"dist-no-publish": "electron-builder --publish=never",
1213
"dev": "webpack --watch",
1314
"lint": "eslint . --ext .js"
1415
},

0 commit comments

Comments
 (0)