We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9e593 commit f17ca4aCopy full SHA for f17ca4a
publish-monaco-ts.js
@@ -36,6 +36,10 @@ function main() {
36
step("Installing NPM");
37
execMTS("npm i")
38
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
+
43
// Grab the username from NPM
44
const user = execMTS("npm whoami").toString().trim()
45
0 commit comments