Skip to content
Webber Wang edited this page Sep 20, 2020 · 1 revision
  1. npx create-nx-workspace or publish to verdaccio for using specialized version
  2. Change build output of core to workspace & nx build
  3. Inside workspace make the built directory a yarn workspace

The closest parent of the build directory is going to be resolved for the build packages. So we need to move the built packages out of nx & into our workspace.

Clone this wiki locally