Skip to content

Commit

Permalink
ci: improve just-scripts type checking speed (#31497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored May 29, 2024
1 parent 07d1911 commit dda502d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .devops/templates/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ steps:
displayName: Workspace lint
- script: |
# @fluentui/api-docs is used within apps/public-docsite-resources/just.config.ts, thus it needs to be build in advance
yarn workspace @fluentui/api-docs build
# following packages need to be build in advance:
# @fluentui/api-docs is used within apps/public-docsite-resources/just.config.ts,
# @fluentui/digest is used within packages/fluentui/perf-test-northstar/just.config.ts, thus it needs to be build in advance
yarn workspace @fluentui/digest build
yarn tsc -p ./tsconfig.json
#
# NOTE: we are running this via lage in order to get cache hits later on
yarn lage build --to @fluentui/api-docs @fluentui/digest --verbose
yarn tsc -p ./tsconfig.just-scripts-configs.json
displayName: Type-check just.config.ts files
- script: |
Expand Down
File renamed without changes.

0 comments on commit dda502d

Please sign in to comment.