Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 7936f15

Browse files
committed
Add type generation to CI
1 parent d0141f0 commit 7936f15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- run: npm ci
2929
- run: npm run lint
3030
- run: npm run build --if-present
31+
- run: npm run generate:types
3132
- run: npm test
3233
env:
3334
CI: true

0 commit comments

Comments
 (0)