Skip to content

Commit

Permalink
Add the typescript sdk to the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jul 16, 2024
1 parent 955177f commit b9f0acf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ jobs:
cd registry
./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
- name: Build the typescript-sdk
run: |
cd registry/typescript-sdk
npm install
npm run generate-registry-sdk
npm run lint
npm run build
- name: Build Registry UI
run: |
cd registry/ui
Expand Down

0 comments on commit b9f0acf

Please sign in to comment.