Skip to content

Commit

Permalink
chore: husky update
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiFTy17 committed Jun 11, 2024
1 parent 455a01c commit b416d6b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dist"
],
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"build": "npm run lint && rimraf ./dist && tsc",
"lint": "eslint ./src",
"release": "auto shipit"
Expand Down

0 comments on commit b416d6b

Please sign in to comment.