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 7e358da commit 06542baCopy full SHA for 06542ba
src/packagers/yarn.ts
@@ -117,7 +117,7 @@ export class Yarn implements Packager {
117
const args = [ 'install', '--frozen-lockfile', '--non-interactive' ];
118
119
// Convert supported packagerOptions
120
- if (packagerOptions.ignoreScripts) {
+ if (packagerOptions?.ignoreScripts) {
121
args.push('--ignore-scripts');
122
}
123
0 commit comments