Is there a way to ignore local packages in a workspace? #3834
Unanswered
aladinflux
asked this question in
Q&A
Replies: 1 comment
-
Set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a workspace and we build and publish the modules (all inside
packages
folder) to a private NPM repository. We also have anapp
folder which is part of the workspace.When we deploy to production, we'd like the
app
folder to not link packages from the workspace, but download them fromnpm
. The issue is, however we run the installer (with filter, withlink-workspace-packages = false
) it still links dependencies frompackages
folder.How do we tell
pnpm
to download dependencies from remote rather than use local packages?Beta Was this translation helpful? Give feedback.
All reactions