eternagame / workspace-helpers

Helper packages for JS projects
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Investigate handling tooling build dependencies via Nx #220

Open luxaritas opened 1 year ago

luxaritas commented 1 year ago

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.