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