mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Run check-types and lint in husky
This commit is contained in:
parent
b80f73bc40
commit
6761012db2
1 changed files with 3 additions and 0 deletions
|
|
@ -6,4 +6,7 @@ if [ "$branch" = "main" ]; then
|
|||
fi
|
||||
|
||||
npx lint-staged
|
||||
|
||||
npm run compile
|
||||
npm run lint
|
||||
npm run check-types
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue