Investigate handling tooling build dependencies via Nx #220
Labels
priority: p5/chore 🧹
A cleanup with no end-user impact
scope: repo
Applicable to general repository upkeep
size: md
type: ergonomics
Tooling, refactoring, etc
Right now, we have some limitations:
As of Nx 16, you can specify in a task's dependsOn a task to be run in a specific package. We should be able to combine that with the new ability to define tasks at the root level (which also lets us do things like cache our "core" lint!) to handle this via Nx's dependency management.
The text was updated successfully, but these errors were encountered: