We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f91b0f commit d654365Copy full SHA for d654365
vite.config.ts
@@ -28,7 +28,7 @@ export default defineConfig({
28
// @ts-expect-error ignore -- TypeScript version compatibility issue
29
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
30
reporters: process.env.GITHUB_ACTIONS
31
- ? ["github-actions"]
+ ? ["github-actions", "default"]
32
: ["default", "html"],
33
},
34
build: {
0 commit comments