Skip to content

Commit 4c066b7

Browse files
committed
Fix release-images workflow
1 parent 9b6dbe3 commit 4c066b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-images.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ jobs:
103103
cd registry
104104
./mvnw -T 1.5C clean install --no-transfer-progress -Pprod -DskipTests=true -DskipCommitIdPlugin=false -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5
105105
106+
- name: Build the typescript-sdk
107+
run: |
108+
cd registry/typescript-sdk
109+
npm install
110+
npm run generate-registry-sdk
111+
npm run lint
112+
npm run build
113+
106114
- name: Build Registry UI
107115
run: |
108116
cd registry/ui

0 commit comments

Comments
 (0)