Skip to content

Commit 211ed3d

Browse files
author
aehnh
committed
disable next cache for concurrent connect playground builds
1 parent dd1b193 commit 211ed3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/tests-e2e/src/connect/utils/Playground.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export async function spawnPlaygroundNew(): Promise<PlaygroundInfo> {
4343
cwd: playgroundDir,
4444
env: {
4545
...process.env,
46+
NEXT_PRIVATE_DISABLE_CACHE: '1',
4647
},
4748
stdio: 'inherit',
4849
shell: true,

0 commit comments

Comments
 (0)