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 f5670fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ node_unit_tests: &node_unit_tests
- ./yarn.lock
- ./packages/*/node_modules
- ./packages/*/yarn.lock
- run:
name: Compile code
command: yarn compile
- run:
name: Unit tests
command: yarn test
Expand All @@ -68,9 +65,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 f5670fe

Please sign in to comment.