Update compile pipeline and fix eslint (#16129)

* Update pipelines

* eslint

* Fix layering

* update tsec exemption
This commit is contained in:
Charles Gagnon
2021-07-14 14:43:23 -07:00
committed by GitHub
parent f7bf914bcb
commit 8faa0cf0e2
13 changed files with 54 additions and 62 deletions

View File

@@ -79,19 +79,8 @@ steps:
- script: |
set -e
yarn sqllint
yarn gulp hygiene
yarn strict-vscode
yarn valid-layers-check
displayName: Run hygiene, eslint
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
- script: |
set -e
yarn gulp compile-build
yarn gulp compile-extensions-build
yarn gulp minify-vscode
displayName: Compile
yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check sqllint strict-vscode
displayName: Compile & Hygiene
- script: |
set -e