Skip to content

Commit 25e61ff

Browse files
committed
Add step to IC
1 parent a14dbae commit 25e61ff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-packages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install dependencies
2626
run: pnpm install
2727

28+
- name: Build typescript
29+
run: pnpm exec tsc -b
30+
2831
- name: Build
2932
run: pnpm build:packages
3033

0 commit comments

Comments
 (0)