Skip to content

Commit 1b2840a

Browse files
committed
chore(#7): scip-ts support
1 parent f0a7e22 commit 1b2840a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ RUN apk add openjdk8 gradle maven \
2424
# node lsif and python scip
2525
RUN apk add --update nodejs npm \
2626
&& npm install -g lsif \
27-
&& npm install -g @sourcegraph/scip-python
27+
&& npm install -g @sourcegraph/scip-python \
28+
&& npm install -g @sourcegraph/scip-typescript
2829

2930
# python runtime for main script
3031
RUN apk add --no-cache python3 py3-pip && \

0 commit comments

Comments
 (0)