Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 895 Bytes

Contributing.md

File metadata and controls

51 lines (31 loc) · 895 Bytes

Package Maintenance Info

Info for local developers to get the package up and running locally and publish it live

Run package locally

  1. In current package directory run the following:

    npm install -g .

Deployment

Project Setup

npm config set scope ads-vdh
npm config set access public

User Setup

Create an npm account and make sure you are added to ads-vdh org account in order to publish

Login to npm using either of the methods

A) Login to npm

npm login

or

B) For multiple accounts

Add .npmrc file in the current directory with the following info:

//registry.npmjs.org/:_authToken=***

Publish Package

Revision version number in package.json

npm publish --access public