thisdot / open-source

Repository for open source packages
MIT License
34 stars 11 forks source link

fix: configure publishable libraries build dependencies #99

Closed NachoVazquez closed 2 years ago

NachoVazquez commented 2 years ago

Bug

Buildable/Publishable libraries need to have their dependencies built before they can be built.

There are different ways to achieve this in Nx, for example:

We choose the second alternative. Learn more in the dependsOn docs.

We only applied this configuration to the ng-utils and route-config libraries because these are the only libraries with dependencies according to the dependency graph.

oss-thisdot graph

Closes #100