chore: use git clean (#10828)

This commit is contained in:
jrandolf
2023-08-31 16:58:31 +02:00
committed by GitHub
parent 92f38ff5c9
commit 25db3f1188
9 changed files with 10 additions and 48 deletions

View File

@@ -10,7 +10,7 @@
"build:docs": "wireit",
"check:pinned-deps": "tsx tools/ensure-pinned-deps",
"check": "npm run check --workspaces --if-present && run-p check:*",
"clean": "rimraf -g \"./**/.wireit\" && npm run clean --workspaces --if-present",
"clean": "npm run clean --workspaces --if-present",
"debug": "mocha --inspect-brk",
"docs": "run-s build:docs generate:markdown",
"format:eslint": "eslint --ext js --ext ts --fix .",
@@ -158,7 +158,6 @@
"pngjs": "7.0.0",
"prettier": "3.0.3",
"puppeteer": "file:packages/puppeteer",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup-plugin-polyfill-node": "0.12.0",
"semver": "7.5.4",