1.3.1 • Published 3 years ago

@solenoden/npm-publish-demo v1.3.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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'
1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago