Skip to content

Commit

Permalink
update npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehoczky committed Jun 16, 2024
1 parent 223c6ba commit 365dfb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build/release Electron app

on:
push:
branches:
- master
tags:
- v*.*.*

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format:check": "prettier . --check --ignore-unknown",
"eslint:fix": "eslint . --ext .js,.cjs,.ts,.vue --max-warnings=0 --fix",
"eslint:check": "eslint . --ext .js,.cjs,.ts,.vue --max-warnings=0",
"lint": "npm run format:check && npm run eslint:check && npm run styles:check",
"lint": "npm run format:check && npm run eslint:check",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "vue-tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
Expand Down

0 comments on commit 365dfb1

Please sign in to comment.