Browse Source

install_yarn_v6

pull/1/merge
Straw-Etiam 6 years ago
parent
commit
502424c696
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -26,7 +26,7 @@ jobs:
- run: yarn install
- save_cache:
key: yarn-packages-{{ checksum "yarn.lock" }}
path:
paths:
- ./node_modules
Loading…
Cancel
Save