skip npm build for custom sandbox (#779)
This commit is contained in:
parent
1ffe027d8a
commit
d3a1026ae3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue