Skip to content

Commit

Permalink
chore: update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
jigsawye committed Oct 7, 2020
1 parent 3d7c588 commit 6347751
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ jobs:
name: run type-check
command: yarn build:type

release:
<<: *docker_12
steps:
- checkout
- run: yarn
- run: yarn build
- run: yarn semantic-release || true

workflows:
version: 2
test-on-node-12:
Expand All @@ -79,3 +87,8 @@ workflows:
- type-check-node-12:
requires:
- build-node-12
- release:
requires:
- test-node-12
- lint-node-12
- type-check-node-12

0 comments on commit 6347751

Please sign in to comment.