Skip to content

Commit 9d73a89

Browse files
committed
e
1 parent 5ee2c2b commit 9d73a89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/dependency-manager-adapters/pnpm-adapter-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe('pnpm Adapter', () => {
121121
let stubbedRun = generateMockRun(
122122
[
123123
{
124-
command: 'pnpm install --no-lockfile',
124+
command: 'pnpm install --no-lockfile --ignore-scripts',
125125
async callback(command, args, opts) {
126126
runCount++;
127127
expect(opts).to.have.property('cwd', tmpdir);
@@ -226,7 +226,7 @@ describe('pnpm Adapter', () => {
226226
let stubbedRun = generateMockRun(
227227
[
228228
{
229-
command: 'pnpm install --no-lockfile',
229+
command: 'pnpm install --no-lockfile --ignore-scripts',
230230
async callback(command, args, opts) {
231231
runCount++;
232232
expect(opts).to.have.property('cwd', tmpdir);

0 commit comments

Comments
 (0)