Skip to content

Commit

Permalink
Adapt husky config to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
christophblessing committed Sep 17, 2024
1 parent 8da94ab commit 2740cd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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"

lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "stencil test --spec --e2e --silent",
"test.watch": "stencil test --spec --e2e --watch --silent",
"prettier": "prettier --write .",
"prepare": "husky install",
"prepare": "husky",
"lint": "eslint src/**/*{.ts,.tsx}"
},
"devDependencies": {
Expand Down

0 comments on commit 2740cd7

Please sign in to comment.