diff --git a/packages/browsers/package.json b/packages/browsers/package.json index d559aecf..6f9c84a6 100644 --- a/packages/browsers/package.json +++ b/packages/browsers/package.json @@ -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", diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index a8104163..ab39572a 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -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", diff --git a/packages/puppeteer-core/package.json b/packages/puppeteer-core/package.json index 0d46af64..8e5d9e68 100644 --- a/packages/puppeteer-core/package.json +++ b/packages/puppeteer-core/package.json @@ -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" }, diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index bf391671..704318b3 100644 --- a/packages/puppeteer/package.json +++ b/packages/puppeteer/package.json @@ -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" }, diff --git a/packages/testserver/package.json b/packages/testserver/package.json index 3c18f33f..8d2a3905 100644 --- a/packages/testserver/package.json +++ b/packages/testserver/package.json @@ -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": { diff --git a/test/installation/package.json b/test/installation/package.json index e4f360cc..3eaeda1e 100644 --- a/test/installation/package.json +++ b/test/installation/package.json @@ -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": { diff --git a/test/package.json b/test/package.json index 28c5989d..5a137dcf 100644 --- a/test/package.json +++ b/test/package.json @@ -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": {