chore(repo): fix ci yarn caching (#7227)

This commit is contained in:
Miroslav Jonaš 2021-10-04 21:42:04 +02:00 committed by GitHub
parent 0492ff00ce
commit 898f56c50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View File

@ -16,6 +16,8 @@ machine:
dependencies:
cache_directories:
- ~/.cache/yarn
override:
- yarn install
defaults: &defaults
working_directory: ~/repo
@ -71,6 +73,7 @@ commands:
name: Save Yarn Package Cache
key: nrwl-nx-yarn-packages-<< parameters.os >>-{{ checksum "yarn.lock" }}
paths:
- node_modules
- ~/.cache/yarn
install-pnpm:

View File

@ -264,7 +264,6 @@
"@docsearch/react": "^1.0.0-alpha.14",
"@headlessui/react": "^1.1.1",
"@heroicons/react": "^1.0.1",
"@testing-library/react-hooks": "^7.0.0",
"classnames": "^2.3.1",
"core-js": "^3.6.5",
"glob": "7.1.4",

View File

@ -5716,10 +5716,10 @@
lz-string "^1.4.4"
pretty-format "^26.6.2"
"@testing-library/react-hooks@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.0.tgz#dd6d37a7e018f147a3b9153137f10e013be8472b"
integrity sha512-WFBGH8DWdIGGBHt6PBtQPe2v4Kbj9vQ1sQ9qLBTmwn1PNggngint4MTE/IiWCYhPbyTW3oc/7X62DObMn/AjQQ==
"@testing-library/react-hooks@7.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.1.tgz#8429d8bf55bfe82e486bd582dd06457c2464900a"
integrity sha512-bpEQ2SHSBSzBmfJ437NmnP+oArQ7aVmmULiAp6Ag2rtyLBLPNFSMmgltUbFGmQOJdPWo4Ub31kpUC5T46zXNwQ==
dependencies:
"@babel/runtime" "^7.12.5"
"@types/react" ">=16.9.0"