mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
chore: Add precheck-types script to build before checking types
This commit is contained in:
parent
c4ca6f7451
commit
032d4a5300
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
"install": "node scripts/bootstrap.mjs",
|
||||
"install:all": "node scripts/bootstrap.mjs",
|
||||
"lint": "turbo lint --log-order grouped --output-logs new-only",
|
||||
"precheck-types": "pnpm build",
|
||||
"check-types": "turbo check-types --log-order grouped --output-logs new-only",
|
||||
"test": "turbo test --log-order grouped --output-logs new-only",
|
||||
"format": "turbo format --log-order grouped --output-logs new-only",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue