Skip to content

Commit

Permalink
modify circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamszh committed Sep 10, 2021
1 parent 0d2fcb5 commit 6ab0e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}

- run: yarn tsc types/**/*.d.ts
- run: yarn test && yarn run lint
- run: yarn lint
- persist_to_workspace:
root: ~/repo
paths: .
Expand Down

0 comments on commit 6ab0e15

Please sign in to comment.