andgate / coolscript

Untyped scripting language
MIT License
1 stars 0 forks source link

Enhanced dev workflow with nx #5

Open andgate opened 2 years ago

andgate commented 2 years ago

Integrate NX into the monorepo to speed up dev workflow. In particular, the pnpm start script would be much faster if libraries were build in order, but in watch-mode. pnpm doesn't seem capable of doing this on its own. However, nx projects have enough structure to accomplish this. Look into integrating NX with pnpm and re-configuring the project to allow this behavior.

andgate commented 2 years ago

Checkout https://www.javierbrea.com/blog/pnpm-nx-monorepo-02/ for some info

andgate commented 2 years ago

The official nx site also has a page https://nx.dev/migration/adding-to-monorepo