Browse Source

Update config.yml

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

2
.circleci/config.yml

@ -18,6 +18,8 @@ jobs:
- save_cache: - save_cache:
name: Save Yarn package cache name: Save Yarn package cache
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- ./node_modules
lint: lint:
docker: docker:

Loading…
Cancel
Save