Skip to content

Commit

Permalink
remove workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbenington committed Oct 20, 2024
1 parent 9a1226f commit 59f852e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
cache: 'npm'
- name: install dependencies
run: npm install
- name: build
run: npm run build:no-mac
- name: publish
env:
gh_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build:linux": "electron-vite build && electron-builder --linux --config",
"build:no-mac": "electron-vite build && electron-builder --linux --win --config",
"build:all": "electron-vite build && electron-builder --linux --mac --win --config",
"release": "electron-builder -wl",
"release": "electron-vite build && electron-builder -wl",
"compare": "ts-node src/types/pkm_old/__test__/all.test.ts"
},
"dependencies": {
Expand Down

0 comments on commit 59f852e

Please sign in to comment.