chore: use rimraf for clean up (#9818)

This commit is contained in:
jrandolf 2023-03-09 17:25:29 +01:00 committed by GitHub
parent a17b7ffaf6
commit 58f65abb9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
"build:docs": "wireit",
"check:pinned-deps": "tsx tools/ensure-pinned-deps",
"check": "npm run check --workspaces --if-present && run-p check:*",
"clean": "rm -rf **/.wireit && npm run clean --workspaces --if-present",
"clean": "rimraf \"**/.wireit\" && npm run clean --workspaces --if-present",
"commitlint": "commitlint --from=HEAD~1",
"debug": "mocha --inspect-brk",
"docs": "run-s build:docs generate:markdown",