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 28bfce7 commit 45469f9Copy full SHA for 45469f9
packages/build/src/npm-packages/bump.ts
@@ -4,7 +4,7 @@ import { PROJECT_ROOT } from './constants';
4
const PACKAGES_TO_SKIP_BUMPING = ['mongosh', '@mongosh/cli-repl'];
5
6
export function bumpNpmPackages() {
7
- spawnSync('npm', ['run', 'bump-packages'], {
+ spawnSync('npx', ['bump-monorepo-packages'], {
8
stdio: 'inherit',
9
cwd: PROJECT_ROOT,
10
encoding: 'utf8',
0 commit comments