diff --git a/.circleci/config.yml b/.circleci/config.yml index 4a15429..5bd70a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,6 +27,11 @@ jobs: - run: name: Build Project command: tsc + - run: + name: Compile TypeScript + command: ./node_modules/.bin/tsc + + workflows: version: 2 diff --git a/.gitignore b/.gitignore index 0d2570b..fa82a33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ /node_modules .env /coverage -/dist \ No newline at end of file +/dist + + + +