Skip to content

Commit 32d93d6

Browse files
committed
Add TS step
1 parent 1754fd7 commit 32d93d6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/verify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: npm ci
2626

27+
- name: Transpile files
28+
run: npm run build:ts
29+
2730
- name: Prettier
2831
run: npm run prettier
2932

0 commit comments

Comments
 (0)