Skip to content

Commit 3dbfa0e

Browse files
Issue 990 for main (#995)
* issue_990_pc * Update .changeset/metal-ghosts-judge.md --------- Co-authored-by: Wim Selles <wim@wswebcreation.nl>
1 parent 75d31d1 commit 3dbfa0e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/metal-ghosts-judge.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "run-s clean build:*",
1818
"build:report": "remix vite:build",
1919
"build:scripts": "tsc -p tsconfig.scripts.json",
20-
"clean": "rimraf coverage build *.tsbuildinfo",
20+
"clean": "rimraf coverage build --glob *.tsbuildinfo",
2121
"dev": "cross-env VISUAL_REPORT_LOCAL_DEV=true run-s build:scripts script:prepare.report && run-p watch:scripts dev:remix",
2222
"dev:remix": "remix vite:dev",
2323
"script:prepare.report": "node ./dist/prepareReportAssets.js",

0 commit comments

Comments
 (0)