You can configure your Lerna project to publish packages to your Gemfury account. To start, authenticate into your registry with your personal credentials:
npm login --registry=https://npm.fury.io/USERNAME/
It is important to include a trailing slash in the registry URL,
otherwise npm
may have trouble connecting to your Gemfury registry.
Once you’ve successfully logged in, you can publish with:
lerna publish --registry=https://npm.fury.io/USERNAME/
Lerna works with either npm.fury.io
or the blended
index endpoint npm-proxy.fury.io