You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the scenario:
I have a monorepo consisting of multiple packages. none of them published to a registry.
now I want to build one of those packages and run in production.
the packages has dependencies of the monorepo.
I'm using make-dedicated-lockfile to generate a build, but it fails, saying it can't find packages as it's searching in registry instead of workspace.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here's the scenario:
I have a monorepo consisting of multiple packages. none of them published to a registry.
now I want to build one of those packages and run in production.
the packages has dependencies of the monorepo.
I'm using make-dedicated-lockfile to generate a build, but it fails, saying it can't find packages as it's searching in registry instead of workspace.
what am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions