Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
2e8a8d331c
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

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