Skip to content

Commit

Permalink
Run package commands directly (All-Hands-AI#3013)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanape authored Jul 19, 2024
1 parent fa6c124 commit 8bfa61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
cd frontend
npx lint-staged
npm run test
lint-staged
vitest run

0 comments on commit 8bfa61f

Please sign in to comment.