File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ RUN apk add --no-cache git bash curl ca-certificates python3 make libstdc++ libg
8
8
9
9
COPY --from=src-cli /usr/bin/src /usr/bin
10
10
11
- RUN curl -Lo /usr/bin/lsif-typed-cli https://github.com/sourcegraph/lsif-typescript/releases/download/v0.1.9/lsif-typed && chmod +x /usr/bin/lsif-typed-cli
11
+ RUN curl -Lo /usr/bin/lsif-typed https://github.com/sourcegraph/lsif-typescript/releases/download/v0.1.9/lsif-typed && chmod +x /usr/bin/lsif-typed
12
12
13
- RUN echo 'lsif-typed-cli dump.lsif-typed > dump.lsif' > /usr/bin/lsif-typed && chmod +x /usr/bin/lsif-typed
13
+ RUN echo 'lsif-typescript "$@" && lsif-typed dump.lsif-typed > dump.lsif' > /usr/bin/lsif-typescript-autoindex && chmod +x /usr/bin/lsif-typescript-autoindex
14
14
15
15
RUN npm install --global n@latest @sourcegraph/lsif-typescript@latest
16
16
You can’t perform that action at this time.
0 commit comments