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
I recently made a few changes to the loopback4 cli. I have created a PR until those changes are merged & a newer version is published, I published the CLI using a different name to use those changes.
This worked as the changes were limited to the CLI itself. I then recently had to make a few changes to the datasource-juggler (created the PR). Now I want those changes to be accessible in the cli. I published a package of datasource-juggler with those changes. I tried to update the CLI to update all dependencies on datasource-juggler to my newly published npm package. But trying to do it manually created a really messy situation for me.
Is there any way I can update all the dependencies to point to the newly published npm package of datasource-juggler?
Generally speaking, is there any way to make the changes available before the merge/release of the package?
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
-
I recently made a few changes to the loopback4 cli. I have created a PR until those changes are merged & a newer version is published, I published the CLI using a different name to use those changes.
This worked as the changes were limited to the CLI itself. I then recently had to make a few changes to the datasource-juggler (created the PR). Now I want those changes to be accessible in the cli. I published a package of datasource-juggler with those changes. I tried to update the CLI to update all dependencies on datasource-juggler to my newly published npm package. But trying to do it manually created a really messy situation for me.
Is there any way I can update all the dependencies to point to the newly published npm package of datasource-juggler?
Generally speaking, is there any way to make the changes available before the merge/release of the package?
Beta Was this translation helpful? Give feedback.
All reactions