Skip to content

Commit fb1bd89

Browse files
committed
cleanup
1 parent 4a4f954 commit fb1bd89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/verify.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,9 @@ 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
142+
- name: Build and verify the typescript-sdk
143+
working-directory: typescript-sdk
144144
run: |
145-
cd typescript-sdk
146145
npm install
147146
npm run generate-registry-sdk
148147
npm run lint

0 commit comments

Comments
 (0)