We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d31d1 commit 3dbfa0eCopy full SHA for 3dbfa0e
.changeset/metal-ghosts-judge.md
@@ -0,0 +1,5 @@
1
+---
2
+"@wdio/visual-reporter": patch
3
4
+
5
+fix: [990](#990)mclean script from package.json is now working on Windows
packages/visual-reporter/package.json
@@ -17,7 +17,7 @@
17
"build": "run-s clean build:*",
18
"build:report": "remix vite:build",
19
"build:scripts": "tsc -p tsconfig.scripts.json",
20
- "clean": "rimraf coverage build *.tsbuildinfo",
+ "clean": "rimraf coverage build --glob *.tsbuildinfo",
21
"dev": "cross-env VISUAL_REPORT_LOCAL_DEV=true run-s build:scripts script:prepare.report && run-p watch:scripts dev:remix",
22
"dev:remix": "remix vite:dev",
23
"script:prepare.report": "node ./dist/prepareReportAssets.js",
0 commit comments