Skip to content

Commit

Permalink
chore(circleci): remove duplicate compile step (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 authored Nov 13, 2019
1 parent f15dedb commit 8a81929
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ browsers_unit_tests: &browsers_unit_tests
<<: *cache_1
- save_cache:
<<: *cache_2
- run:
name: Compile code
command: yarn compile
- run:
name: Unit tests
command: yarn test:browser
Expand Down

0 comments on commit 8a81929

Please sign in to comment.