Skip to content

Commit

Permalink
refactor: remove lint and typechecking from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Jan 9, 2025
1 parent 5e1416f commit bd38936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ echo "Running pre-commit hook"
###################################################################
# Run project tests #
###################################################################
pnpm test
# pnpm test

###################################################################
# Format, lint, and type check the code #
###################################################################
pnpm run format
pnpm run lint
pnpm run check-types
# pnpm run lint
# pnpm run check-types

###################################################################
# Format Caddyfile only if caddy is installed #
Expand Down

0 comments on commit bd38936

Please sign in to comment.