Skip to content

Commit

Permalink
ci: also run lint on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 30, 2018
1 parent 6b865db commit da515ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
- v1-vue-{{ .Branch }}-
- v1-vue-
- run: yarn install
- run: yarn
- save_cache:
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths:
Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:
steps:
- attach_workspace:
at: ~/project
- run: yarn lint
- run: yarn test -p cli-service-global,eslint,pwa,babel,babel-preset-app

group-4:
Expand Down

0 comments on commit da515ac

Please sign in to comment.