We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c7dee commit 723dff1Copy full SHA for 723dff1
packages/build/src/npm-packages/bump.ts
@@ -89,7 +89,7 @@ export async function updateShellApiMongoshVersion(version: string) {
89
90
/** Bumps auxiliary packages without setting a new version of mongosh. */
91
export function bumpAuxiliaryPackages() {
92
- spawnSync('bump-monorepo-packages', [], {
+ spawnSync('npx', ['bump-monorepo-packages'], {
93
stdio: 'inherit',
94
cwd: PROJECT_ROOT,
95
encoding: 'utf8',
0 commit comments