Skip to content

Commit 45469f9

Browse files
committed
fix package bumping
1 parent 28bfce7 commit 45469f9

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
@@ -4,7 +4,7 @@ import { PROJECT_ROOT } from './constants';
44
const PACKAGES_TO_SKIP_BUMPING = ['mongosh', '@mongosh/cli-repl'];
55

66
export function bumpNpmPackages() {
7-
spawnSync('npm', ['run', 'bump-packages'], {
7+
spawnSync('npx', ['bump-monorepo-packages'], {
88
stdio: 'inherit',
99
cwd: PROJECT_ROOT,
1010
encoding: 'utf8',

0 commit comments

Comments
 (0)