Skip to content

Commit

Permalink
Another attempt to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Feb 20, 2024
1 parent f1563b3 commit cfdb1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder --publish onTagOrDraft",
"build": "vue-tsc --noEmit && vite build && electron-builder --publish always",
"postinstall": "electron-builder install-app-deps",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
Expand Down

0 comments on commit cfdb1ff

Please sign in to comment.