mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 06:02:46 +00:00
feat: include inspector UI in release binaries
This commit is contained in:
parent
394945f319
commit
a7b888207a
6 changed files with 150 additions and 12 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -25,8 +25,6 @@ defaults:
|
|||
env:
|
||||
# Disable incremental compilation for faster from-scratch builds
|
||||
CARGO_INCREMENTAL: 0
|
||||
# Skip inspector frontend for CI (not needed for type checking)
|
||||
SANDBOX_AGENT_SKIP_INSPECTOR: 1
|
||||
# Skip OpenAPI generation in CI (use pre-committed docs/openapi.json)
|
||||
SKIP_OPENAPI_GEN: 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue