diff --git a/.circleci/config.yml b/.circleci/config.yml index 932578c6..b1f649b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,6 +35,9 @@ jobs: sudo apt-get install -y wine32 - store_test_results: path: test-results + - run: + name: Transpile TS files + command: yarn build - run: name: Base Functionality Test command: yarn test