Official way to link libraries locally? #24371
Unanswered
gchumillas
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes you create a project and some libraries to be used locally. They are still not ready for production and you don't want to publish them. So you simply execute the following commands to link and unlink libraries:
But the above command seems too contrived to me, and it's a very common situation. Is there an official way to do it? Something like
v link | v unlink
? If not, should there be?Beta Was this translation helpful? Give feedback.
All reactions