mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 09:01:17 +00:00
feat: sync universal schema and sdk updates
This commit is contained in:
parent
79bb441287
commit
f5d1a6383d
56 changed files with 6800 additions and 3974 deletions
|
|
@ -389,6 +389,12 @@ function runChecks(rootDir: string) {
|
|||
console.log("==> Running TypeScript checks");
|
||||
run("pnpm", ["run", "build"], { cwd: rootDir });
|
||||
|
||||
console.log("==> Running TypeScript SDK tests");
|
||||
run("pnpm", ["--filter", "sandbox-agent", "test"], { cwd: rootDir });
|
||||
|
||||
console.log("==> Running CLI SDK tests");
|
||||
run("pnpm", ["--filter", "@sandbox-agent/cli", "test"], { cwd: rootDir });
|
||||
|
||||
console.log("==> Validating OpenAPI spec for Mintlify");
|
||||
run("pnpm", ["dlx", "mint", "openapi-check", "docs/openapi.json"], { cwd: rootDir });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue