Skip to content

Commit 03e52d7

Browse files
committed
Use run-s for clean script
1 parent 663f029 commit 03e52d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"check:lint": "eslint --report-unused-disable-directives .",
4545
"check:lint:fix": "pnpm run check:lint -- --fix",
4646
"check:tsc": "tsc",
47-
"clean": "run-p --aggregate-output clean:*",
47+
"clean": "run-s -c clean:*",
4848
"clean:cache": "del-cli '**/.cache'",
4949
"clean:node_modules": "del-cli '**/node_modules'",
5050
"coverage": "run-s coverage:*",

0 commit comments

Comments
 (0)