diff --git a/scripts/bootstrap.mjs b/scripts/bootstrap.mjs index c26a56f6f..2f695d680 100644 --- a/scripts/bootstrap.mjs +++ b/scripts/bootstrap.mjs @@ -135,7 +135,7 @@ async function bootstrapPackage(cwd, outputs) { const cmd = `npm ${ IS_CI ? "ci" : "i" } --legacy-peer-deps --no-audit --no-fund ${ - args.offline ? "--offline" : "--prefer-offline" + args.offline ? "--offline" : "" } --progress=false --ignore-scripts`; outputs.stdout.push("> " + cwd);