Skip to content

Commit eab3523

Browse files
committed
more CI fixes
1 parent fb1bd89 commit eab3523

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/integration-tests.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ jobs:
8383
cache: 'npm'
8484
cache-dependency-path: 'ui/**/package-lock.json'
8585

86+
- name: Build and verify the typescript-sdk
87+
working-directory: typescript-sdk
88+
run: |
89+
npm install
90+
npm run generate-registry-sdk
91+
npm run lint
92+
npm run build
93+
8694
- name: Install UI Dependencies
8795
run: |
8896
cd ui

0 commit comments

Comments
 (0)