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.
yarn clean(:all)
1 parent c25dece commit 7399b99Copy full SHA for 7399b99
package.json
@@ -12,11 +12,11 @@
12
"build:types:watch": "ts-node scripts/build-types-watch.ts",
13
"build:tarball": "lerna run build:tarball",
14
"circularDepCheck": "lerna run circularDepCheck",
15
- "clean": "run-p clean:build clean:caches",
+ "clean": "run-s clean:build clean:caches",
16
"clean:build": "lerna run clean",
17
"clean:caches": "yarn rimraf eslintcache .nxcache && yarn jest --clearCache",
18
"clean:deps": "lerna clean --yes && rm -rf node_modules && yarn",
19
- "clean:all": "run-p clean:build clean:caches clean:deps",
+ "clean:all": "run-s clean:build clean:caches clean:deps",
20
"codecov": "codecov",
21
"fix": "lerna run fix",
22
"changelog": "ts-node ./scripts/get-commit-list.ts",
0 commit comments