Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
yamajyn committed Apr 13, 2022
2 parents 49c3b93 + f8aa109 commit 2720750
Show file tree
Hide file tree
Showing 3 changed files with 4,089 additions and 221 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
# Download and cache dependencies
- restore_cache:
keys:
- v2-dependencies-{{ checksum "package.json" }}
- v1-dependencies-{{ checksum "package-lock.json" }}
# fallback to using the latest cache if no exact match is found
- v2-dependencies-
- v1-dependencies-

- run: yarn install

- save_cache:
paths:
- node_modules
key: v2-dependencies-{{ checksum "package.json" }}
key: v1-dependencies-{{ checksum "package-lock.json" }}

# run tests!
- run: sleep 5
Expand Down
Loading

0 comments on commit 2720750

Please sign in to comment.