Browse Source

Update config.yml

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

2
.circleci/config.yml

@ -19,6 +19,7 @@ jobs:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- ~/.cache.yarn
lint:
docker:
- image: circleci/node:12
@ -36,6 +37,7 @@ jobs:
- run:
name: Format code with prettier
command: yarn format:check
test:
docker:
- image: circleci/node:12

Loading…
Cancel
Save