Skip to content

Commit

Permalink
Add prepublish step for vscjava.vscode-java-dependency (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Jun 14, 2023
1 parent 2e49c43 commit d11b58c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,8 @@
"prepublish": "git clone https://github.com/Microsoft/java-debug.git ../java-debug && npm run build-server"
},
"vscjava.vscode-java-dependency": {
"repository": "https://github.com/microsoft/vscode-java-dependency"
"repository": "https://github.com/microsoft/vscode-java-dependency",
"prepublish": "npm run build-server"
},
"vscjava.vscode-java-pack": {
"repository": "https://github.com/microsoft/vscode-java-pack"
Expand Down

0 comments on commit d11b58c

Please sign in to comment.