Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shuebner20 committed Jul 25, 2021
2 parents 2293332 + b4aa097 commit 9de5046
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ steps:

- task: Npm@1
inputs:
command: 'custom'
command: 'publish'
workingDir: '$(Build.ArtifactStagingDirectory)'
customCommand: 'publish --access public'
publishEndpoint: 'shuebner20 npm connection'
displayName: 'publish package to npm'
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "DAVISOL GmbH",
"name": "typedoc-plugin-devops-sourcefile",
"version": "1.0.24",
"version": "1.0.26",
"description": "typedoc plugin to set source file URL links to a Git repository hosted in Azure DevOps",
"homepage": "https://github.com/DAVISOL-GmbH/typedoc-plugin-devops-sourcefile",
"bugs": {
Expand Down

0 comments on commit 9de5046

Please sign in to comment.