We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663f029 commit 03e52d7Copy full SHA for 03e52d7
1 file changed
package.json
@@ -44,7 +44,7 @@
44
"check:lint": "eslint --report-unused-disable-directives .",
45
"check:lint:fix": "pnpm run check:lint -- --fix",
46
"check:tsc": "tsc",
47
- "clean": "run-p --aggregate-output clean:*",
+ "clean": "run-s -c clean:*",
48
"clean:cache": "del-cli '**/.cache'",
49
"clean:node_modules": "del-cli '**/node_modules'",
50
"coverage": "run-s coverage:*",
0 commit comments