File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ yarn unit-test
6666# - Cache hit: "[existing outputs match the cache, left as is]"
6767
6868# Clear cache if needed
69- rm -rf .nx/ cache
69+ yarn clean- cache
7070
7171# Cache works with all test commands
7272yarn unit-test --scope @bitgo/sdk-core # Caches per package
Original file line number Diff line number Diff line change 128128 "check-fmt-changed" : " lerna run check-fmt --since origin/${GITHUB_REPO_BRANCH:-master}..HEAD --stream --parallel" ,
129129 "check-fmt" : " lerna run check-fmt --stream --parallel" ,
130130 "check-commits" : " yarn commitlint --from=origin/${GITHUB_REPO_BRANCH:-master} -V" ,
131+ "clean-cache" : " npx nx reset" ,
131132 "check-deps" : " tsx ./scripts/check-package-dependencies.ts" ,
132133 "check-versions" : " node ./check-package-versions.js" ,
133134 "dev" : " tsc -b ./tsconfig.packages.json -w" ,
You can’t perform that action at this time.
0 commit comments