We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71aad69 commit 16572f7Copy full SHA for 16572f7
1 file changed
.github/workflows/typespec-sync.yml
@@ -152,6 +152,12 @@ jobs:
152
npm install -g pnpm@latest-10
153
pnpm install --no-frozen-lockfile
154
155
+ # Install the TypeSpec emitter dependencies (includes tsp-client)
156
+ cd eng
157
+ npm install --package-lock-only
158
+ npm ci
159
+ cd ..
160
+
161
cd "$PACKAGE_PATH"
162
163
# Inline the generate:client steps so the workflow does not depend on
0 commit comments