Skip to content

Commit

Permalink
Husky bump to version ^9.0.11 (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
synapse authored Mar 27, 2024
1 parent 9717214 commit a303031
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

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

npx lint-staged

npm run build && git add dist
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "tap --no-coverage",
"prepare": "husky install",
"prepare": "husky",
"build": "ncc build src --license licenses.txt"
},
"repository": {
Expand Down

0 comments on commit a303031

Please sign in to comment.