diff --git a/.devops/templates/build-test-lint.yml b/.devops/templates/build-test-lint.yml index 4a1e816b292c3..526b5a0e60d11 100644 --- a/.devops/templates/build-test-lint.yml +++ b/.devops/templates/build-test-lint.yml @@ -41,8 +41,12 @@ steps: env: DANGER_GITHUB_API_TOKEN: $(DANGER_GITHUB_API_TOKEN) + - script: | + node ./scripts/executors/type-check-ci-hack.js --base $(targetBranch) + displayName: type-check perf preparation + - script: | yarn buildci $(sinceArg) - displayName: build, test, lint, test-ssr + displayName: build, test, lint, test-ssr, type-check - template: cleanup.yml