Skip to content

Commit

Permalink
test ci on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiraccini committed Dec 7, 2023
1 parent db911c8 commit 6eedbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,5 @@ jobs:
node-version: 18
- run: npm ci
- run: npm run build
# - run: npm run release:mac
- run: npm run release:mac:test
- run: npm run release:mac

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"clean": "rm -Rf ./out && rm -Rf ./dist && rm -Rf ./coverage",
"release:win": "electron-builder -p always --win --config",
"release:linux": "electron-builder -p always --linux --config",
"release:mac": "electron-builder -p always --mac --config",
"release:mac:test": "electron-builder --mac --config"
"release:mac": "electron-builder -p always --mac --config"
},
"dependencies": {
"@electron-toolkit/preload": "^2.0.0",
Expand Down

0 comments on commit 6eedbb2

Please sign in to comment.