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 184979b commit b3f2ef5Copy full SHA for b3f2ef5
packages/build/src/npm-packages/bump.spec.ts
@@ -53,7 +53,7 @@ describe('npm-packages bump', function () {
53
{ name: '@mongosh/autocomplete', location: 'packages/autocomplete' },
54
]);
55
56
- const rootProjectJson = `${PROJECT_ROOT}/package.json`;
+ const rootProjectJson = path.join(PROJECT_ROOT, 'package.json');
57
const mockPackageJson = [
58
[
59
rootProjectJson,
0 commit comments