Skip to content
Merged
3 changes: 3 additions & 0 deletions .github/workflows/ci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:

# Boxel UI and Boxel Icons need to be built first so that their
# linting outputs types are available for projects that depend on them
- name: List catalog-realm files
run: find packages/catalog-realm -type f | sort

- name: Build common dependencies
if: always()
run: pnpm run build-common-deps
Expand Down
Loading
Loading