Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasLukasczyk committed Sep 19, 2023
1 parent e2efe9c commit 5a4e794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: 'npm run cross-env MODE=production npm run build && electron-builder build --config electron-builder.config.js --publish always'
run: 'npm run publish'

# - name: Build
# env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"compile": "cross-env MODE=production npm run build && electron-builder build --config electron-builder.config.js",
"compilew": "cross-env MODE=production npm run build && electron-builder build --config electron-builder.config.js --win",
"compilem": "cross-env MODE=production npm run build && electron-builder build --config electron-builder.config.js --mac",
"publish": "cross-env MODE=production npm run build && electron-builder build --config electron-builder.config.js --publish always",
"debug": "node scripts/debug.js",
"lint": "eslint . --ext js,ts,vue",
"typecheck:main": "tsc --noEmit -p packages/main/tsconfig.json",
Expand Down

0 comments on commit 5a4e794

Please sign in to comment.