Browse Source

update

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

4
.circleci/config.yml

@ -25,8 +25,8 @@ 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: >-
yarn lint
command: |
yarn lint
yarn format:check yarn format:check
yarn test yarn test
workflows: workflows:

Loading…
Cancel
Save