@solenoden/npm-publish-demo

1.3.1 • Public • Published

A demo project to help me figure out how using Azure DevOps with NPM would work

So far:

  1. Register npm account
  2. Generate access token for npm account
  3. Create NPM service endpoint on Azure DevOps using the access token
  4. Publish package to npmjs.org with the following pipeline step.
- task: Npm@1
  inputs:
    command: 'custom'
    customCommand: 'publish --access public'
    # customEndpoint = name of npm service endpoint
    customEndpoint: 'npm'
  displayName: 'Publish package to NPM'

Readme

Keywords

Package Sidebar

Install

npm i @solenoden/npm-publish-demo

Weekly Downloads

1

Version

1.3.1

License

ISC

Unpacked Size

2.65 kB

Total Files

5

Last publish

Collaborators

  • solenoden