Tarskan 5 years ago
parent
commit
8e0207ad24
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -15,3 +15,4 @@ jobs:
steps:
- checkout # check out the code in the project directory
- run: yarn install
- save_cache: key:npm-v1-dependencies-{{ checksum "yarn.lock" }}
Loading…
Cancel
Save