Skip to content

Commit

Permalink
chore: (#92) husky 설치 및 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
inyeong-kang committed Jul 20, 2023
1 parent 368fa02 commit 83025d5
Show file tree
Hide file tree
Showing 5 changed files with 884 additions and 2 deletions.
4 changes: 4 additions & 0 deletions frontend/.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 frontend/.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"

npm run test
Loading

0 comments on commit 83025d5

Please sign in to comment.