Skip to content

Commit 45cd923

Browse files
committed
ci: debug
1 parent bcac01b commit 45cd923

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/plugin-rsc/e2e/fixture.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,17 +170,20 @@ export async function setupIsolatedFixture(options: {
170170
})
171171

172172
// install
173+
console.log('[setupIsolatedFixture] before pnpm')
173174
await x('pnpm', ['i'], {
174175
throwOnError: true,
175176
nodeOptions: {
176177
cwd: options.dest,
177178
stdio: [
178179
'ignore',
179-
process.env.TEST_DEBUG ? 'inherit' : 'ignore',
180+
// process.env.TEST_DEBUG ? 'inherit' : 'ignore',
181+
'inherit',
180182
'inherit',
181183
],
182184
},
183185
})
186+
console.log('[setupIsolatedFixture] after pnpm')
184187
}
185188

186189
function editFileJson(filepath: string, edit: (s: string) => string) {

0 commit comments

Comments
 (0)