Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 #466
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 24, 2024
1 parent d9f2d50 commit 9bc4f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"build:template": "lerna exec --scope @template/* -- npm run build",
"build:create-tsbb": "lerna exec --scope create-tsbb -- npm run build",
"build": "lerna exec --scope @tsbb/* --scope tsbb -- npm run build",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.1.3"
},
"devDependencies": {
"husky": "^8.0.3",
"husky": "^9.0.11",
"lerna": "^8.0.0",
"lint-staged": "^14.0.0",
"prettier": "^3.0.3",
Expand Down

0 comments on commit 9bc4f1d

Please sign in to comment.