mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix rimraf cli (#9901)
This commit is contained in:
parent
00abcdca7f
commit
4f52a027ba
@ -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": "rimraf \"**/.wireit\" && npm run clean --workspaces --if-present",
|
"clean": "rimraf -g \"./**/.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