We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972c35e commit 78d3a23Copy full SHA for 78d3a23
dev-packages/node-integration-tests/package.json
@@ -14,7 +14,7 @@
14
"build:dev": "yarn build",
15
"build:transpile": "rollup -c rollup.npm.config.mjs",
16
"build:types": "tsc -p tsconfig.types.json",
17
- "clean": "rimraf -g **/node_modules && run-p clean:script",
+ "clean": "rimraf -g suites/**/node_modules suites/**/tmp_* && run-p clean:script",
18
"clean:script": "node scripts/clean.js",
19
"lint": "eslint . --format stylish",
20
"fix": "eslint . --format stylish --fix",
0 commit comments