chore: use -Xf
instead of -Xdf
(#10936)
This commit is contained in:
parent
fe1462123d
commit
1cc13fc36a
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user