Skip to content

Commit 25e081e

Browse files
committedMay 19, 2024··
fix(config): force buildId to test manually
1 parent 9b028db commit 25e081e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async function startNuxtAndGetViteConfig(
3434
}),
3535
overrides: defu(
3636
{
37+
buildId: 'test',
3738
ssr: false,
3839
test: true,
3940
modules: ['@nuxt/test-utils/module'],

0 commit comments

Comments
 (0)
Please sign in to comment.