Skip to content

Commit 16572f7

Browse files
committed
install emitter packages
1 parent 71aad69 commit 16572f7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/typespec-sync.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ jobs:
152152
npm install -g pnpm@latest-10
153153
pnpm install --no-frozen-lockfile
154154
155+
# Install the TypeSpec emitter dependencies (includes tsp-client)
156+
cd eng
157+
npm install --package-lock-only
158+
npm ci
159+
cd ..
160+
155161
cd "$PACKAGE_PATH"
156162
157163
# Inline the generate:client steps so the workflow does not depend on

0 commit comments

Comments
 (0)