Skip to content

Commit 8f8027b

Browse files
committed
ci: debug
1 parent 45cd923 commit 8f8027b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/plugin-rsc/e2e/fixture.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -171,18 +171,18 @@ export async function setupIsolatedFixture(options: {
171171

172172
// install
173173
console.log('[setupIsolatedFixture] before pnpm')
174-
await x('pnpm', ['i'], {
175-
throwOnError: true,
176-
nodeOptions: {
177-
cwd: options.dest,
178-
stdio: [
179-
'ignore',
180-
// process.env.TEST_DEBUG ? 'inherit' : 'ignore',
181-
'inherit',
182-
'inherit',
183-
],
184-
},
185-
})
174+
// await x('pnpm', ['i'], {
175+
// throwOnError: true,
176+
// nodeOptions: {
177+
// cwd: options.dest,
178+
// stdio: [
179+
// 'ignore',
180+
// // process.env.TEST_DEBUG ? 'inherit' : 'ignore',
181+
// 'inherit',
182+
// 'inherit',
183+
// ],
184+
// },
185+
// })
186186
console.log('[setupIsolatedFixture] after pnpm')
187187
}
188188

0 commit comments

Comments
 (0)