Skip to content

Commit 4a4f954

Browse files
committedJun 12, 2024
fix UI build in CI
1 parent dbaa041 commit 4a4f954

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎.github/workflows/verify.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@ jobs:
139139
echo "Flags: ${{ steps.buildx.outputs.flags }}"
140140
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
141141
142+
# TODO: should we move this module to a separate repo?
143+
- name: Build the typescript-sdk first
144+
run: |
145+
cd typescript-sdk
146+
npm install
147+
npm run generate-registry-sdk
148+
npm run lint
149+
npm run build
150+
142151
- name: Install Dependencies
143152
run: |
144153
cd ui

0 commit comments

Comments
 (0)