Skip to content

Commit a1fa9a0

Browse files
committed
Disable progress bar during auto-indexing
1 parent a414140 commit a1fa9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.autoindex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY --from=src-cli /usr/bin/src /usr/bin
1010

1111
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
1212

13-
RUN echo 'lsif-typescript "$@" && lsif-typed dump.lsif-typed > dump.lsif' > /usr/bin/lsif-typescript-autoindex && chmod +x /usr/bin/lsif-typescript-autoindex
13+
RUN echo 'lsif-typescript "$@" --noProgressBar && lsif-typed dump.lsif-typed > dump.lsif' > /usr/bin/lsif-typescript-autoindex && chmod +x /usr/bin/lsif-typescript-autoindex
1414

1515
RUN npm install --global n@latest @sourcegraph/lsif-typescript@latest
1616

0 commit comments

Comments
 (0)