diff options
Diffstat (limited to 'scripts')
| -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 |
