2

So I have a monorepo using rush (pnpm).

I have multiple applications and multiple libraries. Applications depend on libraries, and libraries depend on libraries.

I know pnpm creates a node_modules folder using symlinks.

I know docker copy directive won't follow symlinks.

How to build an application using rush (pnpm) without using symlinks (only for production deployment)

caeus
  • 3,084
  • 1
  • 22
  • 36
  • Isn’t that what ‘rush deploy’ is for? Just started using rush so maybe I’m off but it should make the bundles for you? – Dave Stein Jan 16 '23 at 21:11

0 Answers0