Skip to content

Commit c1bd346

Browse files
author
Robert Kesterson
committed
Updated circleci test
1 parent a80ced2 commit c1bd346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545

4646
# run tests!
4747
- run: sudo npm install -g istanbul codecov
48+
- run: npx tsc
4849
- run: istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit
4950
- early_return_for_forked_pull_requests
5051
- run: codecov -t ${CODECOV_TOKEN}

0 commit comments

Comments
 (0)