Skip to content

Commit

Permalink
build(deps): update several deps (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
idoshamun authored Jun 16, 2021
1 parent 66aa558 commit 8c893dc
Show file tree
Hide file tree
Showing 16 changed files with 7,063 additions and 10,306 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
filename: combined-package-lock.txt
- restore_cache:
keys:
- deps-v1-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "combined-package-lock.txt" }}
- deps-v1-{{ .Branch }}-{{ checksum "combined-package-lock.txt" }}
- deps-v1-{{ .Branch }}
- deps-v1-
- run:
name: Install dependencies
command: lerna bootstrap
- save_cache:
key: deps-v1-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "combined-package-lock.txt" }}
key: deps-v1-{{ .Branch }}-{{ checksum "combined-package-lock.txt" }}
paths:
- ./node_modules
- ./packages/eslint-config/node_modules
Expand Down
Loading

0 comments on commit 8c893dc

Please sign in to comment.