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 a414140 commit a1fa9a0Copy full SHA for a1fa9a0
Dockerfile.autoindex
@@ -10,7 +10,7 @@ COPY --from=src-cli /usr/bin/src /usr/bin
10
11
RUN curl -Lo /usr/bin/lsif-typed https://github.com/sourcegraph/lsif-typescript/releases/download/v0.1.8/lsif-typed && chmod +x /usr/bin/lsif-typed
12
13
-RUN echo 'lsif-typescript "$@" && lsif-typed dump.lsif-typed > dump.lsif' > /usr/bin/lsif-typescript-autoindex && chmod +x /usr/bin/lsif-typescript-autoindex
+RUN echo 'lsif-typescript "$@" --noProgressBar && lsif-typed dump.lsif-typed > dump.lsif' > /usr/bin/lsif-typescript-autoindex && chmod +x /usr/bin/lsif-typescript-autoindex
14
15
RUN npm install --global n@latest @sourcegraph/lsif-typescript@latest
16
0 commit comments