We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb90dc0 commit f10c9eaCopy full SHA for f10c9ea
tests/cases/docker/azure-sdk/Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /azure-sdk/sdk/core/core-http
8
# Sync up all TS versions used internally so they're all linked from a known location
9
RUN rush add -p "[email protected]" --dev -m
10
# Relink installed TSes to built TS
11
-WORKDIR /azure-sdk/common/temp/node_modules/.registry.npmjs.org/typescript/3.5.1/node_modules
+WORKDIR /azure-sdk/common/temp/node_modules/.pnpm/registry.npmjs.org/typescript/3.5.1/node_modules
12
RUN rm -rf typescript
13
COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
14
RUN mkdir /typescript
0 commit comments