Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Nov 29, 2024
1 parent 2600742 commit 131fad1
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 131fad1

Please sign in to comment.