Add strict null checks scripts to precommit and to tfs builds

This commit is contained in:
Matt Bierner
2018-10-10 15:42:29 -07:00
parent c1d0930765
commit 517469041f
7 changed files with 15 additions and 2 deletions

View File

@@ -27,6 +27,9 @@ steps:
- script: |
yarn monaco-compile-check
displayName: Run Monaco Editor Checks
- script: |
yarn strict-null-check
displayName: Run Strict Null Checks
- script: |
yarn compile
displayName: Compile Sources