Skip to content

Commit

Permalink
feat(chore): update Husky files
Browse files Browse the repository at this point in the history
  • Loading branch information
haru52 committed Aug 3, 2023
1 parent 02b3502 commit b6ca25c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
#!/usr/bin/env sh
# shellcheck disable=SC1091
. "$(dirname "$0")/_/husky.sh"
. "$(dirname -- "$0")/_/husky.sh"

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

npx lint-staged

0 comments on commit b6ca25c

Please sign in to comment.