Skip to content

Commit 2a569ce

Browse files
committed
use monorepo tools as dependency
1 parent 723dff1 commit 2a569ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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('npx', ['bump-monorepo-packages'], {
92+
spawnSync('bump-monorepo-packages', [], {
9393
stdio: 'inherit',
9494
cwd: PROJECT_ROOT,
9595
encoding: 'utf8',

0 commit comments

Comments
 (0)