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 5ee2c2b commit 9d73a89Copy full SHA for 9d73a89
1 file changed
test/dependency-manager-adapters/pnpm-adapter-test.js
@@ -121,7 +121,7 @@ describe('pnpm Adapter', () => {
121
let stubbedRun = generateMockRun(
122
[
123
{
124
- command: 'pnpm install --no-lockfile',
+ command: 'pnpm install --no-lockfile --ignore-scripts',
125
async callback(command, args, opts) {
126
runCount++;
127
expect(opts).to.have.property('cwd', tmpdir);
@@ -226,7 +226,7 @@ describe('pnpm Adapter', () => {
226
227
228
229
230
231
232
0 commit comments