Skip to content

Commit f17ca4a

Browse files
committed
Merges in a monaco-ts PR for nightly TS builds
1 parent 4b9e593 commit f17ca4a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

publish-monaco-ts.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ function main() {
3636
step("Installing NPM");
3737
execMTS("npm i")
3838

39+
// Grab https://github.com/microsoft/monaco-typescript/pull/59 for 3.9 nightlies
40+
execMTS("git fetch origin pull/59/head:ts-merge-require")
41+
execMTS("git merge ts-merge-require")
42+
3943
// Grab the username from NPM
4044
const user = execMTS("npm whoami").toString().trim()
4145

0 commit comments

Comments
 (0)