Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Feb 19, 2024
1 parent 56d096b commit d57dc3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
"lint:fix": "eslint --fix . --ext .js,.jsx,.ts,.tsx,.vue",
"format": "prettier --write ."
"format": "prettier --write .",
"release": "electron-builder"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d57dc3a

Please sign in to comment.