We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0234889 commit dc1c45aCopy full SHA for dc1c45a
tests/cases/docker/azure-sdk/Dockerfile
@@ -6,7 +6,7 @@ RUN git pull
6
RUN rush update
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]" --exact --dev -m
+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
12
RUN rm -rf typescript
0 commit comments