Skip to content

Commit

Permalink
chore: update husky usage
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik committed Mar 3, 2024
1 parent 89b0b18 commit 8ffd2a5
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"

pnpm lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format:check": "prettier --ignore-path .gitignore --plugin-search-dir=. . --check",
"build:content": "node scripts/generateContent.js",
"build:progress": "node scripts/generateReadMeProgress.js",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@lit/context": "^1.1.0",
Expand Down

0 comments on commit 8ffd2a5

Please sign in to comment.