Skip to content

Commit

Permalink
chore(*): pre-push .next 파일 제거하도록 추가 (#197)
Browse files Browse the repository at this point in the history
* chore: pre-push - .next 파일 제거하도록

* fix
  • Loading branch information
Doeunnkimm authored Sep 10, 2024
1 parent 4022734 commit bb4654e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

echo "🗑️ .next 디렉터리를 삭제합니다."
find . -type d -name ".next" -exec rm -rf {} +

pnpm run lint
pnpm run type-check
pnpm run build

0 comments on commit bb4654e

Please sign in to comment.