File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
packages/build/src/npm-packages Expand file tree Collapse file tree 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> {
5959
6060/** Bumps auxiliary packages without setting a new version of mongosh. */
6161export function bumpAuxiliaryPackages ( ) {
62- spawnSync ( 'bump-monorepo-packages' , [ ] , {
62+ spawnSync ( 'npx' , [ ' bump-monorepo-packages'] , {
6363 stdio : 'inherit' ,
6464 cwd : PROJECT_ROOT ,
6565 encoding : 'utf8' ,
Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ export function publishNpmPackages(
4747 '--no-private' ,
4848 '--no-changelog' ,
4949 '--exact' ,
50- // During mongosh releases we handle the tags manually
51- ...( ! useAuxiliaryPackagesOnly
52- ? [ '--no-git-tag-version' , '--no-push' ]
53- : [ ] ) ,
5450 '--force-publish' ,
5551 '--yes' ,
5652 '--no-verify-access' ,
You can’t perform that action at this time.
0 commit comments