Skip to content

Commit

Permalink
fix: prepare nuxt environment before building (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Aug 21, 2024
1 parent ff13ed7 commit dc52a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function test(options: RunOptions) {
overrides: {
'@vitejs/plugin-vue': true,
},
build: 'build',
build: ['dev:prepare', 'build'],
beforeTest: 'pnpm playwright-core install',
test: ['test:fixtures', 'test:fixtures:dev', 'test:types'],
})
Expand Down

0 comments on commit dc52a83

Please sign in to comment.