Skip to content

Commit f10c9ea

Browse files
authored
azure-sdk test: move typescript location (microsoft#36902)
1 parent cb90dc0 commit f10c9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/docker/azure-sdk/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /azure-sdk/sdk/core/core-http
88
# Sync up all TS versions used internally so they're all linked from a known location
99
RUN rush add -p "[email protected]" --dev -m
1010
# Relink installed TSes to built TS
11-
WORKDIR /azure-sdk/common/temp/node_modules/.registry.npmjs.org/typescript/3.5.1/node_modules
11+
WORKDIR /azure-sdk/common/temp/node_modules/.pnpm/registry.npmjs.org/typescript/3.5.1/node_modules
1212
RUN rm -rf typescript
1313
COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
1414
RUN mkdir /typescript

0 commit comments

Comments
 (0)