Skip to content

Commit

Permalink
chore(dev-deps): adapdted husky breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samk-dev committed Apr 5, 2024
1 parent ca73e7f commit ac5ec17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit ${1}
3 changes: 0 additions & 3 deletions .husky/pre-commit
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged

0 comments on commit ac5ec17

Please sign in to comment.