Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
swift: fix build error
Browse files Browse the repository at this point in the history
The following pull-request fixes the `theia-swift-docker` build
error caused by the missing `postintall` script from the `sourcekit-lsp`
extension.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Nov 3, 2020
1 parent 02cbd90 commit 1df3ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theia-swift-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN npm install -g vsce
RUN git clone --depth 1 https://github.com/apple/sourcekit-lsp
WORKDIR /sourcekit-lsp/Editors/vscode
RUN npm install
RUN npm run postinstall
RUN npm run vscode:prepublish
RUN vsce package -o ./sourcekit-lsp.vsix


Expand Down

0 comments on commit 1df3ba2

Please sign in to comment.