diff options
| author | Olcan <[email protected]> | 2025-04-26 21:27:36 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-26 21:27:36 -0700 |
| commit | 7828e813a81778d9eda1942af9c9eedf09e56f4e (patch) | |
| tree | 3b4754cc5f1997a8f3fdfed641dd02b4eeb71e94 /scripts/build_sandbox.sh | |
| parent | 688b2d0da7f59421312e132461b33c8c593698a0 (diff) | |
hop into sandbox (#186)
Diffstat (limited to 'scripts/build_sandbox.sh')
| -rwxr-xr-x | scripts/build_sandbox.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build_sandbox.sh b/scripts/build_sandbox.sh index 710f884b..24291e7c 100755 --- a/scripts/build_sandbox.sh +++ b/scripts/build_sandbox.sh @@ -24,7 +24,7 @@ CMD=$(scripts/sandbox_command.sh) echo "using $CMD for sandboxing" IMAGE=gemini-code-sandbox -DOCKERFILE=${DOCKERFILE:-Dockerfile} +DOCKERFILE=Dockerfile SKIP_NPM_INSTALL_BUILD=false while getopts "sd" opt; do @@ -44,7 +44,7 @@ shift $((OPTIND - 1)) # npm install + npm run build unless skipping via -s option if [ "$SKIP_NPM_INSTALL_BUILD" = false ]; then npm install - npm run build + npm run build --workspaces fi # if using Dockerfile-dev, then skip rebuild unless REBUILD_SANDBOX is set |
