We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8dd270 commit 4ab26d6Copy full SHA for 4ab26d6
.github/workflows/build_mac.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: 16
19
- run: npm install
20
- - run: npm run dist
+ - run: npm run dist-no-publish
21
- name: Set artifacts
22
uses: actions/upload-artifact@v4
23
package.json
@@ -9,6 +9,7 @@
9
"rebuild": "electron-rebuild -f -w sw-exporter",
10
"build": "webpack --mode=production",
11
"dist": "electron-builder",
12
+ "dist-no-publish": "electron-builder --publish=never",
13
"dev": "webpack --watch",
14
"lint": "eslint . --ext .js"
15
},
0 commit comments