From 04875ec70d94932b2936bb1dcd877a9ffe10c25f Mon Sep 17 00:00:00 2001 From: Badisi Date: Wed, 2 Oct 2024 11:16:54 +0200 Subject: [PATCH] fix: release --- scripts/release.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.ts b/scripts/release.ts index bd5aa00..b1ff114 100644 --- a/scripts/release.ts +++ b/scripts/release.ts @@ -168,7 +168,7 @@ const updateProjectsPeerDeps = ( }); if (packageJsonFiles.length) { - exec('\nUpdating npm lock file:', 'npm', ['install'], options); + exec('\nUpdating npm lock file:', 'npm', ['install', '--package-lock-only', '--ignore-scripts'], options); exec('\nStaging changed files with git:', 'git', ['add', 'package-lock.json', ...packageJsonFiles], options); exec( '\nComitting changes with git:',