Skip to content

Commit

Permalink
fix: run test to compile on release
Browse files Browse the repository at this point in the history
  • Loading branch information
amphro authored Jun 30, 2020
1 parent 30ad4c1 commit 2ed6d3a
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 @@ -68,6 +68,7 @@ jobs:
- restore_cache: *restore-cache
- gh-config
- install
- test
- run: yarn release
- run: git status
- save_cache: *save-cache
Expand All @@ -86,4 +87,4 @@ workflows:
- node-latest
- node-12
- node-10


0 comments on commit 2ed6d3a

Please sign in to comment.