Skip to content

Commit 3838dd5

Browse files
authored
build: fix yarn:ci to show failures (#1725)
1 parent e1941d8 commit 3838dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"publish": "electron-forge publish",
2323
"start": "ts-node ./tools/clean-webpack.ts && electron-forge start --",
2424
"test": "vitest run",
25-
"test:ci": "vitest run --coverage --reporter=junit --outputFile=./reports/report.xml",
25+
"test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./reports/report.xml",
2626
"test:report": "vitest run --reporter=json --outputFile=report.json | true",
2727
"tsc": "tsc --noEmit -p .",
2828
"electron-releases": "node --unhandled-rejections=strict -r ts-node/register ./tools/fetch-releases.ts",

0 commit comments

Comments
 (0)