Skip to content

Commit

Permalink
upgrade from husky v4 to v8 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Aug 2, 2022
1 parent 399cd02 commit e11cc4a
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 447 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

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

npx lint-staged
4 changes: 4 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx skip-ci && echo "Skipping test..." || npm test
4 changes: 0 additions & 4 deletions .huskyrc.yml

This file was deleted.

Loading

0 comments on commit e11cc4a

Please sign in to comment.