ndrg13
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.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 |
|
|
|
|