File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151 "prepack" : " pnpm run build" ,
5252 "test" : " TZ=UTC vitest --run" ,
5353 "test:watch" : " TZ=UTC vitest" ,
54- "test:cov" : " VITE_CJS_IGNORE_WARNING=true TZ=UTC vitest run --coverage --reporter=junit --outputFile=./junit.xml" ,
54+ "test:cov" : " VITE_CJS_IGNORE_WARNING=true TZ=UTC vitest run --coverage --reporter=default --reporter= junit --outputFile=./junit.xml" ,
5555 "tsc" : " tsc" ,
5656 "lint" : " eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" ,
5757 "format:write" : " prettier . --write" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default defineConfig({
2828 // @ts -expect-error ignore -- TypeScript version compatibility issue
2929 // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
3030 reporters : process . env . GITHUB_ACTIONS
31- ? [ "github-actions" , "default" ]
31+ ? [ "github-actions" ]
3232 : [ "default" , "html" ] ,
3333 } ,
3434 build : {
You can’t perform that action at this time.
0 commit comments