This commit is contained in:
Joao Moreno 2018-08-16 23:11:50 +02:00
parent ff71abb2f4
commit 043e93f422
4 changed files with 5 additions and 6 deletions

View file

@ -15,7 +15,7 @@ steps:
yarn gulp hygiene
displayName: Run Hygiene Checks
- script: |
yarn check-monaco-editor-compilation
yarn monaco-compile-check
displayName: Run Monaco Editor Checks
- script: |
yarn compile

View file

@ -25,7 +25,7 @@ steps:
yarn gulp hygiene
displayName: Run Hygiene Checks
- script: |
yarn check-monaco-editor-compilation
yarn monaco-compile-check
displayName: Run Monaco Editor Checks
- script: |
yarn compile

View file

@ -23,7 +23,7 @@ steps:
- powershell: |
. build/tfs/win32/exec.ps1
$ErrorActionPreference = "Stop"
exec { yarn check-monaco-editor-compilation }
exec { yarn monaco-compile-check }
displayName: Run Monaco Editor Checks
- powershell: |
. build/tfs/win32/exec.ps1

View file

@ -22,8 +22,7 @@
"update-localization-extension": "node build/npm/update-localization-extension.js",
"smoketest": "cd test/smoke && node test/index.js",
"monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
"download-builtin-extensions": "node build/lib/builtInExtensions.js",
"check-monaco-editor-compilation": "tsc -p src/tsconfig.monaco.json --noEmit"
"download-builtin-extensions": "node build/lib/builtInExtensions.js"
},
"dependencies": {
"applicationinsights": "0.18.0",
@ -138,4 +137,4 @@
"windows-mutex": "^0.2.0",
"windows-process-tree": "0.2.2"
}
}
}