Browse Source

Update config.yml

typo indent
pull/3/merge 0.2
Francois Lannoy 6 years ago
parent
commit
41a4d2ed35
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -7,5 +7,5 @@ jobs:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- run: yarn global add node-gyp && yarn install - run: yarn global add node-gyp && yarn install
- restore_cache: - restore_cache:
keys:
npm-v1-dependencies-{{ checksum "yarn.lock" }}
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
Loading…
Cancel
Save