This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ai
/
OpenHands
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Run package commands directly (
#3013
)
sp.wack
1 year ago
parent
fa6c12473e
commit
8bfa61f3e4
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
frontend/.husky/pre-commit
+ 2
- 2
frontend/.husky/pre-commit
View File
@@ -1,4 +1,4 @@
#!/bin/sh
cd frontend
-
npx
lint-staged
-
npm run test
+lint-staged
+
vitest run