skip npm build for custom sandbox (#779)

This commit is contained in:
Olcan 2025-06-05 14:15:43 -07:00 committed by GitHub
parent 1ffe027d8a
commit d3a1026ae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ export async function start_sandbox(sandbox: string) {
console.error(`using ${projectSandboxDockerfile} for sandbox`);
buildArgs += `-s -f ${path.resolve(projectSandboxDockerfile)} -i ${image}`;
}
execSync(`cd ${gcRoot} && scripts/build_sandbox.sh ${buildArgs}`, {
execSync(`cd ${gcRoot} && scripts/build_sandbox.sh -s ${buildArgs}`, {
stdio: 'inherit',
env: {
...process.env,