Skip to content

Commit

Permalink
Build app on pre-push before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Apr 13, 2024
1 parent 12d4bdb commit 25e684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pre-push:
vitest:
run: npm run test:unit
playwright:
run: npm run test:e2e -- --reporter=list
run: npm run build -- --logLevel=silent && npm run test:e2e -- --reporter=list
typescript:
run: npm run typecheck

Expand Down

0 comments on commit 25e684d

Please sign in to comment.