Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
chore: update for husky v9
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Feb 21, 2024
1 parent 1e2a709 commit a977d11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpx lint-staged
4 changes: 1 addition & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm test
pnpm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"test:unit": "vitest --coverage --watch=false",
"test:dev": "vitest --coverage",
"release": "node scripts/create-draft-release.mjs",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@goosewobbler/electron-redux": "^1.0.4"
Expand Down

0 comments on commit a977d11

Please sign in to comment.