Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
252e0b6d9b
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -28,6 +28,6 @@ workflows:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- run: - run:
- restore_cache: - restore_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- node_modules
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- node_modules
Loading…
Cancel
Save