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 433e7c9 commit 5ee2c2bCopy full SHA for 5ee2c2b
1 file changed
lib/dependency-manager-adapters/pnpm.js
@@ -122,6 +122,10 @@ module.exports = CoreObject.extend({
122
if (!mgrOptions.includes('--no-lockfile')) {
123
mgrOptions.push('--no-lockfile');
124
}
125
+
126
+ if (!mgrOptions.includes('--ignore-scripts')) {
127
+ mgrOptions.push('--ignore-scripts');
128
+ }
129
130
131
// Note: We are explicitly *not* using `--no-lockfile` here, so that we
0 commit comments