Skip to content

Commit 7399b99

Browse files
authored
chore(repo): Fix yarn clean(:all) scripts (#7478)
1 parent c25dece commit 7399b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"build:types:watch": "ts-node scripts/build-types-watch.ts",
1313
"build:tarball": "lerna run build:tarball",
1414
"circularDepCheck": "lerna run circularDepCheck",
15-
"clean": "run-p clean:build clean:caches",
15+
"clean": "run-s clean:build clean:caches",
1616
"clean:build": "lerna run clean",
1717
"clean:caches": "yarn rimraf eslintcache .nxcache && yarn jest --clearCache",
1818
"clean:deps": "lerna clean --yes && rm -rf node_modules && yarn",
19-
"clean:all": "run-p clean:build clean:caches clean:deps",
19+
"clean:all": "run-s clean:build clean:caches clean:deps",
2020
"codecov": "codecov",
2121
"fix": "lerna run fix",
2222
"changelog": "ts-node ./scripts/get-commit-list.ts",

0 commit comments

Comments
 (0)