Skip to content

Commit f17ca4a

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

publish-monaco-ts.js

+4
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)