Skip to content

Commit da515ac

Browse files
committed
ci: also run lint on ci
1 parent 6b865db commit da515ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
1616
- v1-vue-{{ .Branch }}-
1717
- v1-vue-
18-
- run: yarn install
18+
- run: yarn
1919
- save_cache:
2020
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
2121
paths:
@@ -45,6 +45,7 @@ jobs:
4545
steps:
4646
- attach_workspace:
4747
at: ~/project
48+
- run: yarn lint
4849
- run: yarn test -p cli-service-global,eslint,pwa,babel,babel-preset-app
4950

5051
group-4:

0 commit comments

Comments
 (0)