Skip to content

Commit

Permalink
Adjusted Mac build script to add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzandro committed Oct 27, 2024
1 parent 4ab26d6 commit 208d62c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
with:
node-version: 16
- run: npm install
- run: npm run dist-no-publish
- run: npm run build
- run: npm run dist
- name: Set artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "electron .",
"rebuild": "electron-rebuild -f -w sw-exporter",
"build": "webpack --mode=production",
"dist": "electron-builder",
"dist": "electron-builder --publish=never",
"dist-no-publish": "electron-builder --publish=never",
"dev": "webpack --watch",
"lint": "eslint . --ext .js"
Expand Down

0 comments on commit 208d62c

Please sign in to comment.