chore: use rimraf
for clean up (#9818)
This commit is contained in:
parent
a17b7ffaf6
commit
58f65abb9c
@ -11,7 +11,7 @@
|
|||||||
"build:docs": "wireit",
|
"build:docs": "wireit",
|
||||||
"check:pinned-deps": "tsx tools/ensure-pinned-deps",
|
"check:pinned-deps": "tsx tools/ensure-pinned-deps",
|
||||||
"check": "npm run check --workspaces --if-present && run-p check:*",
|
"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",
|
"commitlint": "commitlint --from=HEAD~1",
|
||||||
"debug": "mocha --inspect-brk",
|
"debug": "mocha --inspect-brk",
|
||||||
"docs": "run-s build:docs generate:markdown",
|
"docs": "run-s build:docs generate:markdown",
|
||||||
|
Loading…
Reference in New Issue
Block a user