chore(repo): fix ci yarn caching (#7227)
This commit is contained in:
parent
0492ff00ce
commit
898f56c50c
@ -16,6 +16,8 @@ machine:
|
|||||||
dependencies:
|
dependencies:
|
||||||
cache_directories:
|
cache_directories:
|
||||||
- ~/.cache/yarn
|
- ~/.cache/yarn
|
||||||
|
override:
|
||||||
|
- yarn install
|
||||||
|
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
@ -71,6 +73,7 @@ commands:
|
|||||||
name: Save Yarn Package Cache
|
name: Save Yarn Package Cache
|
||||||
key: nrwl-nx-yarn-packages-<< parameters.os >>-{{ checksum "yarn.lock" }}
|
key: nrwl-nx-yarn-packages-<< parameters.os >>-{{ checksum "yarn.lock" }}
|
||||||
paths:
|
paths:
|
||||||
|
- node_modules
|
||||||
- ~/.cache/yarn
|
- ~/.cache/yarn
|
||||||
|
|
||||||
install-pnpm:
|
install-pnpm:
|
||||||
|
|||||||
@ -264,7 +264,6 @@
|
|||||||
"@docsearch/react": "^1.0.0-alpha.14",
|
"@docsearch/react": "^1.0.0-alpha.14",
|
||||||
"@headlessui/react": "^1.1.1",
|
"@headlessui/react": "^1.1.1",
|
||||||
"@heroicons/react": "^1.0.1",
|
"@heroicons/react": "^1.0.1",
|
||||||
"@testing-library/react-hooks": "^7.0.0",
|
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
"core-js": "^3.6.5",
|
"core-js": "^3.6.5",
|
||||||
"glob": "7.1.4",
|
"glob": "7.1.4",
|
||||||
|
|||||||
@ -5716,10 +5716,10 @@
|
|||||||
lz-string "^1.4.4"
|
lz-string "^1.4.4"
|
||||||
pretty-format "^26.6.2"
|
pretty-format "^26.6.2"
|
||||||
|
|
||||||
"@testing-library/react-hooks@^7.0.0":
|
"@testing-library/react-hooks@7.0.1":
|
||||||
version "7.0.0"
|
version "7.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.0.tgz#dd6d37a7e018f147a3b9153137f10e013be8472b"
|
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.1.tgz#8429d8bf55bfe82e486bd582dd06457c2464900a"
|
||||||
integrity sha512-WFBGH8DWdIGGBHt6PBtQPe2v4Kbj9vQ1sQ9qLBTmwn1PNggngint4MTE/IiWCYhPbyTW3oc/7X62DObMn/AjQQ==
|
integrity sha512-bpEQ2SHSBSzBmfJ437NmnP+oArQ7aVmmULiAp6Ag2rtyLBLPNFSMmgltUbFGmQOJdPWo4Ub31kpUC5T46zXNwQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.12.5"
|
"@babel/runtime" "^7.12.5"
|
||||||
"@types/react" ">=16.9.0"
|
"@types/react" ">=16.9.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user