Skip to content

Commit

Permalink
Reenable commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem authored Dec 4, 2024
1 parent 22a0e34 commit 89885c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ echo '--- check code style ---'
pnpm exec lint-staged

echo '--- run typescript check ---'
#pnpm check-types
pnpm check-types

echo '--- run tests ---'
# CI=1 disallows `.only` in tests
# --changed only runs the tests affected by changed files
#CI=1 pnpm exec vitest run --changed --passWithNoTests
CI=1 pnpm exec vitest run --changed --passWithNoTests

0 comments on commit 89885c7

Please sign in to comment.