Skip to content

Commit 8bfa61f

Browse files
authored
Run package commands directly (All-Hands-AI#3013)
1 parent fa6c124 commit 8bfa61f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
cd frontend
3-
npx lint-staged
4-
npm run test
3+
lint-staged
4+
vitest run

0 commit comments

Comments
 (0)