Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit f29d624

Browse files
committed
fix: build types before running type check
1 parent 398e7dd commit f29d624

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ jobs:
6565
name: lint
6666
script:
6767
- npm run lint -- $RUN_SINCE --concurrency 1
68-
- npm run check -- $RUN_SINCE --concurrency 1
68+
69+
- stage: type check
70+
- npm run build:types -- $RUN_SINCE
71+
- npm run check -- $RUN_SINCE
6972

7073
- stage: test
7174
name: dep-check

0 commit comments

Comments
 (0)