✨ Your new, shiny Nx workspace is almost ready ✨.
Learn more about this workspace setup and its capabilities or run npx nx graph
to visually explore what was created. Now, let's get you up to speed!
Click here to finish setting up your workspace!
nx serve frontend
nx serve backend
To build the library use:
nx build react-shared-components
nx build nestjs-lib
npx nx release
npx nx sync
You can enforce that the TypeScript project references are always in the correct state when running in CI by adding a step to your CI job configuration that runs the following command:
npx nx sync:check