Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Oct 2, 2024
1 parent fc0fcc0 commit 04875ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:',
Expand Down

0 comments on commit 04875ec

Please sign in to comment.