Skip to content

Commit

Permalink
Added Typescript compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
SHYAKA-Aime committed May 24, 2024
1 parent 4da81c9 commit fe116bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- run:
name: Build Project
command: tsc
- run:
name: Compile TypeScript
command: ./node_modules/.bin/tsc



workflows:
version: 2
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/node_modules
.env
/coverage
/dist
/dist




0 comments on commit fe116bc

Please sign in to comment.