mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: use git clean (#10828)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user