Chris Straw
SHARE:

Publish npm package to npmjs.com using token

Replace $NPM_TOKEN as this is from an automation pipeline

 
npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN
npm publish