Skip to content

Publishing Druid Libraries

WindBeneathYourWings edited this page Feb 9, 2022 · 7 revisions

Publishing to Local Repo

Add .npmrc file to project.

//localhost:4873/:_authToken="XXXXXXX"
@ng-druid:registry=http://localhost:4873/

This is currently using a local repository for initial testing.

https://verdaccio.org/

Clone this wiki locally