diff --git a/scripts/docs-deploy/docs-deps-install.mts b/scripts/docs-deploy/docs-deps-install.mts index ba6984fc1545..cbfc7d9fa838 100644 --- a/scripts/docs-deploy/docs-deps-install.mts +++ b/scripts/docs-deploy/docs-deps-install.mts @@ -10,7 +10,7 @@ export async function installDepsForDocsSite( repoDirPath: string, options: InstallOptions = {frozenLockfile: true}, ) { - const additionalArgs = ['--non-interactive']; + const additionalArgs = []; if (options.frozenLockfile) { additionalArgs.push('--frozen-lockfile');