mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 05:55:11 -05:00
azure-sdk test: move typescript location (#36902)
This commit is contained in:
committed by
GitHub
parent
cb90dc0003
commit
f10c9ea471
@@ -8,7 +8,7 @@ WORKDIR /azure-sdk/sdk/core/core-http
|
||||
# Sync up all TS versions used internally so they're all linked from a known location
|
||||
RUN rush add -p "typescript@3.5.1" --dev -m
|
||||
# Relink installed TSes to built TS
|
||||
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
|
||||
RUN rm -rf typescript
|
||||
COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
|
||||
RUN mkdir /typescript
|
||||
|
||||
Reference in New Issue
Block a user