diff options
| author | Olcan <[email protected]> | 2025-06-05 14:15:43 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-05 14:15:43 -0700 |
| commit | d3a1026ae39c3e8afbab86ec0bb27c4b780d8814 (patch) | |
| tree | 178d2d52cb75879e21a64d7ed88da72f2ec8a945 /packages/cli/src/utils/sandbox.ts | |
| parent | 1ffe027d8afcecf8692950b765fed6029c99b17c (diff) | |
skip npm build for custom sandbox (#779)
Diffstat (limited to 'packages/cli/src/utils/sandbox.ts')
| -rw-r--r-- | packages/cli/src/utils/sandbox.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/utils/sandbox.ts b/packages/cli/src/utils/sandbox.ts index 5038e702..8b75660e 100644 --- a/packages/cli/src/utils/sandbox.ts +++ b/packages/cli/src/utils/sandbox.ts @@ -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, |
