Browse Source

Updated config.yml

main
Adrien-Ba 5 years ago
parent
commit
ce19a3bd86
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -9,12 +9,13 @@ jobs:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- npm-v1-dependencies
- checkout
- run:
name: "install step"
command: yarn install --path install/yarn
name: "yarn install"
command: yarn install --path install
- save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- install/yarn
Loading…
Cancel
Save