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 b8e8b7c commit fc9c30fCopy full SHA for fc9c30f
src/commands/build.ts
@@ -505,7 +505,7 @@ async function setPackageJsonsType(
505
const reverts: (() => Promise<void>)[] = [];
506
507
for (const pkgJsonPath of [
508
- // we also want to modify the root package.json TODO: do we?
+ // we also want to modify the root package.json TODO: do we in single package repos?
509
rootPkgJsonPath,
510
...(isSinglePackage
511
? []
0 commit comments