Browse Source

yml: fix identation

pull/2/head
Neel Coffin 6 years ago
parent
commit
f7b6376087
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

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