|
@@ -289,7 +289,7 @@ export namespace Config {
|
|
|
[
|
|
[
|
|
|
"install",
|
|
"install",
|
|
|
// TODO: get rid of this case (see: https://github.com/oven-sh/bun/issues/19936)
|
|
// TODO: get rid of this case (see: https://github.com/oven-sh/bun/issues/19936)
|
|
|
- ...(proxied() ? ["--no-cache"] : []),
|
|
|
|
|
|
|
+ ...(proxied() || process.env.CI ? ["--no-cache"] : []),
|
|
|
],
|
|
],
|
|
|
{ cwd: dir },
|
|
{ cwd: dir },
|
|
|
).catch((err) => {
|
|
).catch((err) => {
|