Skip to content

Commit 1e24810

Browse files
committed
fix(mongodb-compass): Do not stage/commit package-lock file during "release"
1 parent b6a6b22 commit 1e24810

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compass/release/commands.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ async function commitAndPushNewVersion(newSemver, currentBranch) {
4040

4141
cli.action.start('staging and tagging changes');
4242
await git.add('package.json');
43-
await git.add('package-lock.json');
4443
await git.commit(newVersionName);
4544
await git.tag(newVersionName);
4645
cli.action.stop();

0 commit comments

Comments
 (0)