File tree 2 files changed +1
-5
lines changed
packages/build/src/npm-packages
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export async function bumpMongoshReleasePackages(): Promise<void> {
59
59
60
60
/** Bumps auxiliary packages without setting a new version of mongosh. */
61
61
export function bumpAuxiliaryPackages ( ) {
62
- spawnSync ( 'bump-monorepo-packages' , [ ] , {
62
+ spawnSync ( 'npx' , [ ' bump-monorepo-packages'] , {
63
63
stdio : 'inherit' ,
64
64
cwd : PROJECT_ROOT ,
65
65
encoding : 'utf8' ,
Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ export function publishNpmPackages(
47
47
'--no-private' ,
48
48
'--no-changelog' ,
49
49
'--exact' ,
50
- // During mongosh releases we handle the tags manually
51
- ...( ! useAuxiliaryPackagesOnly
52
- ? [ '--no-git-tag-version' , '--no-push' ]
53
- : [ ] ) ,
54
50
'--force-publish' ,
55
51
'--yes' ,
56
52
'--no-verify-access' ,
You can’t perform that action at this time.
0 commit comments