Info for local developers to get the package up and running locally and publish it live
-
In current package directory run the following:
npm install -g .
npm config set scope ads-vdh
npm config set access publicCreate an npm account and make sure you are added to ads-vdh org account in order to publish
A) Login to npm
npm loginor
B) For multiple accounts
Add .npmrc file in the current directory with the following info:
//registry.npmjs.org/:_authToken=***Revision version number in package.json
npm publish --access public