mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
chore(package): add missing test script to check-packages (#637)
This commit is contained in:
committed by
GitHub
parent
486a254a1e
commit
b32b192f70
+1
-1
@@ -18,7 +18,7 @@
|
||||
"examples:typecheck": "pnpm --filter \"./examples/*\" exec tsc --noEmit",
|
||||
"repo:root:format": "prettier . !./assets !./crates !./examples !./devtools !./packages --check",
|
||||
"repo:root:format:fix": "prettier . !./assets !./crates !./examples !./devtools !./packages --write",
|
||||
"check-packages": "turbo build lint format typecheck --filter=!./examples",
|
||||
"check-packages": "turbo build test lint format typecheck --filter=!./examples",
|
||||
"check-examples": "pnpm run \"/^examples:(format|typecheck)$/\"",
|
||||
"check-all": "pnpm run check-packages && pnpm run check-examples && pnpm run repo:root:format"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user