Skip to content

Commit fc9c30f

Browse files
committed
todo
1 parent b8e8b7c commit fc9c30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ async function setPackageJsonsType(
505505
const reverts: (() => Promise<void>)[] = [];
506506

507507
for (const pkgJsonPath of [
508-
// we also want to modify the root package.json TODO: do we?
508+
// we also want to modify the root package.json TODO: do we in single package repos?
509509
rootPkgJsonPath,
510510
...(isSinglePackage
511511
? []

0 commit comments

Comments
 (0)