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 f4f2de0 commit 5d2a308Copy full SHA for 5d2a308
packages/cli/utils/package-manager.ts
@@ -89,7 +89,7 @@ export function addPnpmBuildDependendencies(
89
const content = fs.readFileSync(pkgPath, 'utf-8');
90
const { data, generateCode } = parseJson(content);
91
92
- // add the packages where we want the postinstall scripts to be run
+ // add the packages where we install scripts should be executed
93
data.pnpm ??= {};
94
data.pnpm.onlyBuiltDependencies ??= [];
95
for (const allowedPackage of allowedPackages) {
0 commit comments