Skip to content

Commit

Permalink
Fix inlay hint build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jul 26, 2023
1 parent 88ffbe6 commit 0123d8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions publish-monaco-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ function main() {
execME("git fetch andrewbranch")
failableMergeBranch(execME, "andrewbranch/update-ts")

// https://github.com/microsoft/monaco-editor/pull/4100
execME("git remote add jakebailey https://github.com/jakebailey/monaco-editor.git")
execME("git fetch jakebailey")
failableMergeBranch(execME, "jakebailey/fix-inlay-hint-interface")

execME("git rev-parse HEAD")

const user = envUser || exec("npm whoami").toString().trim();
Expand Down

0 comments on commit 0123d8e

Please sign in to comment.