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:
@@ -5,8 +5,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "wireit",
|
||||
"build:packages": "wireit",
|
||||
"clean": "tsc -b --clean && rm -rf build",
|
||||
"clean": "git clean -Xdf -e '!node_modules' .",
|
||||
"test": "mocha"
|
||||
},
|
||||
"wireit": {
|
||||
|
||||
Reference in New Issue
Block a user