So I know how to install our repo via
npm i bitbucket-url-here
Is there a way to install a branch rather then main?
Most of the searches I found were only on installing the main branch of a repo.
Thank you!
I also want to know on how to install a branch using package.json ...
This does not work :(
"dependencies": {
"<module name>": git+ssh://git@bitbucket.org/<organization>/\<repo>#<branch name>,
...
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.