chore: use -Xf instead of -Xdf (#10936)

This commit is contained in:
jrandolf 2023-09-19 10:57:38 +02:00 committed by GitHub
parent fe1462123d
commit 1cc13fc36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"build:docs": "wireit",
"build": "wireit",
"clean": "git clean -Xdf -e '!node_modules' .",
"clean": "git clean -Xf -e '!node_modules' .",
"test": "wireit"
},
"bin": "lib/cjs/main-cli.js",

View File

@ -4,7 +4,7 @@
"description": "Puppeteer Angular schematics",
"scripts": {
"build": "wireit",
"clean": "git clean -Xdf -e '!node_modules' .",
"clean": "git clean -Xf -e '!node_modules' .",
"dev:test": "npm run test --watch",
"dev": "npm run build --watch",
"sandbox:test": "node tools/sandbox.js --test",

View File

@ -37,7 +37,7 @@
"build:docs": "wireit",
"build": "wireit",
"check": "tsx tools/ensure-correct-devtools-protocol-package",
"clean": "git clean -Xdf -e '!node_modules' .",
"clean": "git clean -Xf -e '!node_modules' .",
"prepack": "wireit",
"unit": "wireit"
},

View File

@ -36,7 +36,7 @@
"scripts": {
"build:docs": "wireit",
"build": "wireit",
"clean": "git clean -Xdf -e '!node_modules' .",
"clean": "git clean -Xf -e '!node_modules' .",
"postinstall": "node install.js",
"prepack": "wireit"
},

View File

@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"build": "wireit",
"clean": "git clean -Xdf -e '!node_modules' ."
"clean": "git clean -Xf -e '!node_modules' ."
},
"wireit": {
"build": {

View File

@ -5,7 +5,7 @@
"private": true,
"scripts": {
"build": "wireit",
"clean": "git clean -Xdf -e '!node_modules' .",
"clean": "git clean -Xf -e '!node_modules' .",
"test": "mocha"
},
"wireit": {

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "wireit",
"clean": "git clean -Xdf -e '!node_modules' ."
"clean": "git clean -Xf -e '!node_modules' ."
},
"wireit": {
"build": {