Skip to content

Commit 5c11cc3

Browse files
committed
issue_990_pc
1 parent 9e0f788 commit 5c11cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)