Browse Source

update

main
Zelleg 5 years ago
parent
commit
9e4882c976
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -25,7 +25,7 @@ jobs:
key: npm-v4-dependencies-{{ checksum "yarn.lock" }} key: npm-v4-dependencies-{{ checksum "yarn.lock" }}
- run: - run:
name: Lint && format check && test ci name: Lint && format check && test ci
command: >-
command: |
yarn lint yarn lint
yarn format:check yarn format:check
yarn test yarn test

Loading…
Cancel
Save