mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 10:00:00 +00:00
fix(plugins): stabilize package boundary tsc checks
This commit is contained in:
parent
34c78d3ba4
commit
4329d94de3
4 changed files with 178 additions and 65 deletions
|
|
@ -1211,6 +1211,7 @@
|
|||
"test:extensions": "node scripts/run-vitest.mjs run --config vitest.extensions.config.ts",
|
||||
"test:extensions:batch": "node scripts/test-extension-batch.mjs",
|
||||
"test:extensions:memory": "node scripts/profile-extension-memory.mjs",
|
||||
"test:extensions:package-boundary": "node scripts/check-extension-package-tsc-boundary.mjs",
|
||||
"test:fast": "node scripts/run-vitest.mjs run --config vitest.unit.config.ts",
|
||||
"test:force": "node --import tsx scripts/test-force.ts",
|
||||
"test:gateway": "node scripts/run-vitest.mjs run --config vitest.gateway.config.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue