Skip to content

Commit 723dff1

Browse files
committed
use npx and use tags in all cases
1 parent a0c7dee commit 723dff1

File tree

1 file changed

+1
-1
lines changed
  • packages/build/src/npm-packages

1 file changed

+1
-1
lines changed

packages/build/src/npm-packages/bump.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export async function updateShellApiMongoshVersion(version: string) {
8989

9090
/** Bumps auxiliary packages without setting a new version of mongosh. */
9191
export function bumpAuxiliaryPackages() {
92-
spawnSync('bump-monorepo-packages', [], {
92+
spawnSync('npx', ['bump-monorepo-packages'], {
9393
stdio: 'inherit',
9494
cwd: PROJECT_ROOT,
9595
encoding: 'utf8',

0 commit comments

Comments
 (0)