mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 07:04:48 +00:00
fix: use tsup instead of tsc for SDK build in inspector Dockerfile
This commit is contained in:
parent
f67b6fc4b1
commit
f05389307a
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ RUN pnpm install --filter @sandbox-agent/inspector...
|
||||||
# Copy SDK source (with pre-generated types)
|
# Copy SDK source (with pre-generated types)
|
||||||
COPY sdks/typescript ./sdks/typescript
|
COPY sdks/typescript ./sdks/typescript
|
||||||
|
|
||||||
# Build SDK (just tsc, skip generate since types are pre-generated)
|
# Build SDK (just tsup, skip generate since types are pre-generated)
|
||||||
RUN cd sdks/typescript && pnpm exec tsc -p tsconfig.json
|
RUN cd sdks/typescript && pnpm exec tsup
|
||||||
|
|
||||||
# Copy inspector source
|
# Copy inspector source
|
||||||
COPY frontend/packages/inspector ./frontend/packages/inspector
|
COPY frontend/packages/inspector ./frontend/packages/inspector
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue