Browse Source

Update config.yml

main
ndrg13 6 years ago
committed by GitHub
parent
commit
d8251648f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -16,7 +16,7 @@ jobs:
command: yarn global add node-gyp && yarn install command: yarn global add node-gyp && yarn install
- save_cache: - save_cache:
key: npm-v5-dependencies-{{ checksum "yarn.lock" }} key: npm-v5-dependencies-{{ checksum "yarn.lock" }}
path:
paths:
- ~/.cache/yarn5 - ~/.cache/yarn5
lint: lint:
executor: my-executor executor: my-executor

Loading…
Cancel
Save