typed-ember / glint

TypeScript powered tooling for Glimmer templates
https://typed-ember.gitbook.io/glint
MIT License
108 stars 50 forks source link

Split typechecking from tests #731

Closed NullVoxPopuli closed 1 week ago

NullVoxPopuli commented 1 week ago

This allows us to more fine-grainedly seeing what's going on in CI, without just blanked "red" vs "green" status.

This does cost more install time -- but if we eventually move to pnpm, we'll re-gain that time back.

tl;dr:

probably best to review per-commit

Ran in to the need for https://github.com/yarnpkg/yarn/issues/6739 but ugh.