Skip to content

Commit ee25798

Browse files
charpenithymikee
authored andcommitted
Sync yarn (#213)
* Sync yarn.lock * Configure CircleCI to use Yarn properly
1 parent b53933b commit ee25798

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.circleci/config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ jobs:
2020
at: ~/react-native-testing-library
2121
- restore_cache:
2222
keys:
23-
- dependencies-{{ checksum "package.json" }}
24-
- dependencies-
25-
- run: yarn install
23+
- dependencies-{{ checksum "yarn.lock" }}
24+
- run: yarn install --frozen-lockfile --no-progress --non-interactive --cache-folder ~/.cache/yarn
2625
- save_cache:
27-
key: dependencies-{{ checksum "package.json" }}
26+
key: dependencies-{{ checksum "yarn.lock" }}
2827
paths:
29-
- node_modules
28+
- ~/.cache/yarn
3029
- persist_to_workspace:
3130
root: .
3231
paths:

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3516,10 +3516,10 @@ flatted@^2.0.0:
35163516
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916"
35173517
integrity sha512-R+H8IZclI8AAkSBRQJLVOsxwAoHd6WC40b4QTNWIjzAa6BXOBfQcM587MXDTVPeYaopFNWHUFLx7eNmHDSxMWg==
35183518

3519-
flow-bin@^0.103.0:
3520-
version "0.103.0"
3521-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.103.0.tgz#7aec510d85e1c1b0f2b912bb988337d70035cb0f"
3522-
integrity sha512-Y3yrnE5ICN1Kl/y10BwjA3JSuS+gt4jVPNyUNCZb0RqmkdssMrW8QNNysJYvhgAY/JBJH8Qv7NVUf11MiwfSlA==
3519+
flow-bin@^0.104.0:
3520+
version "0.104.0"
3521+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.104.0.tgz#ef5b3600dfd36abe191a87d19f66e481bad2e235"
3522+
integrity sha512-EZXRRmf7m7ET5Lcnwm/I/T8G3d427Bq34vmO3qIlRcPIYloGuVoqRCwjaeezLRDntHkdciagAKbhJ+NTbDjnkw==
35233523

35243524
flow-copy-source@^2.0.6:
35253525
version "2.0.7"

0 commit comments

Comments
 (0)