Skip to content

Commit 904294d

Browse files
committed
fix #5 - add TS types definitions
1 parent 530d043 commit 904294d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646

4747
# generate types
48-
- run: ./node_modules/.bin/tsc
48+
- run: npm run types
4949

5050
# run tests!
5151
- run: sudo npm install -g istanbul codecov

0 commit comments

Comments
 (0)