Skip to content

Commit 5d2a308

Browse files
committed
cleanup
1 parent f4f2de0 commit 5d2a308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/utils/package-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function addPnpmBuildDependendencies(
8989
const content = fs.readFileSync(pkgPath, 'utf-8');
9090
const { data, generateCode } = parseJson(content);
9191

92-
// add the packages where we want the postinstall scripts to be run
92+
// add the packages where we install scripts should be executed
9393
data.pnpm ??= {};
9494
data.pnpm.onlyBuiltDependencies ??= [];
9595
for (const allowedPackage of allowedPackages) {

0 commit comments

Comments
 (0)