Skip to content

Commit

Permalink
build(deps): resolve husky deprecation warnings (#9901)
Browse files Browse the repository at this point in the history
## Summary

Resolve husky deprecation warnings following their [v9 release
notes](https://github.com/typicode/husky/releases/tag/v9.0.1).
  • Loading branch information
benelan authored and github-actions[bot] committed Jul 30, 2024
1 parent 4390177 commit 3a2039c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged


types_path="packages/calcite-components/src/components.d.ts"

# make sure the types are always up to date
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"publish:rc": "./support/release.sh publish rc",
"version:hotfix": "./support/release.sh version hotfix",
"publish:hotfix": "./support/release.sh publish hotfix",
"prepare": "husky install",
"prepare": "husky",
"start": "turbo run start --log-order=stream",
"test": "turbo run test --log-order=stream",
"util:is-next-deployable": "tsx support/isNextDeployable.ts",
Expand Down

0 comments on commit 3a2039c

Please sign in to comment.