Skip to content

Commit

Permalink
feat: husky pre-push 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
colorkite10 committed Oct 23, 2023
1 parent 15cafc7 commit ab7cd8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint
npm run build
rm -rf dist

0 comments on commit ab7cd8e

Please sign in to comment.