Skip to content

Commit

Permalink
chore(circleci): remove duplicate compile step
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Nov 8, 2019
1 parent 4f48357 commit 110c47d
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 @@ -68,9 +68,6 @@ browsers_unit_tests: &browsers_unit_tests
- run:
name: Install Dependencies
command: yarn install
- run:
name: Compile code
command: yarn compile
- run:
name: Unit tests
command: yarn test:browser
Expand Down

0 comments on commit 110c47d

Please sign in to comment.