From f5670fe2c4bdfc4c282c15dd8668658c4b4b948b Mon Sep 17 00:00:00 2001 From: Mayur Kale Date: Fri, 8 Nov 2019 13:20:56 -0800 Subject: [PATCH] chore(circleci): remove duplicate compile step --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d72787e934..0052ad7de65 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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