From 7828e813a81778d9eda1942af9c9eedf09e56f4e Mon Sep 17 00:00:00 2001 From: Olcan Date: Sat, 26 Apr 2025 21:27:36 -0700 Subject: hop into sandbox (#186) --- scripts/build_sandbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3