Browse Source

Update config.yml

circleci-project-setup
Alexandre SOARES 5 years ago
parent
commit
685bdc375f
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -9,6 +9,4 @@ jobs:
steps: steps:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- run: yarn install - run: yarn install
- restore_cache:
keys:
- m2-npm-v1-dependencies-{{ checksum "yarn.lock" }}
Loading…
Cancel
Save