We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b01990 commit b36ddbcCopy full SHA for b36ddbc
lefthook.yml
@@ -5,6 +5,6 @@ pre-commit:
5
run: pnpm run check -- --staged --fix --no-errors-on-unmatched
6
stage_fixed: true
7
typecheck:
8
- run: pnpm run --filter="./packages/**/*" --parallel typecheck
+ run: pnpm run typecheck
9
test:
10
- run: pnpm run --filter="./packages/**/*" --parallel test
+ run: pnpm run test
0 commit comments