diff --git a/src/cli/launch.ts b/src/cli/launch.ts index 7c1a059..1f42195 100644 --- a/src/cli/launch.ts +++ b/src/cli/launch.ts @@ -249,7 +249,7 @@ export async function buildLaunchStrictJsonReport( cwd, 'repo.dependencies', 'npm', - ['install', '--package-lock-only', '--ignore-scripts'], + ['ci', '--dry-run'], 'Run `npm install` to install dependencies.' ); checks.push(depsCheck.check);