Skip to content

Commit 175150f

Browse files
committed
Always forward bundler to vercel deploy
1 parent c06a26a commit 175150f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/lib/next-modes/next-deploy.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ export class NextDeployInstance extends NextInstance {
111111
)
112112
}
113113

114+
if (process.env.IS_TURBOPACK_TEST) {
115+
additionalEnv.push(`IS_TURBOPACK_TEST=1`)
116+
}
117+
if (process.env.IS_WEBPACK_TEST) {
118+
additionalEnv.push(`IS_WEBPACK_TEST=1`)
119+
}
120+
114121
const deployRes = await execa(
115122
'vercel',
116123
[

0 commit comments

Comments
 (0)