Skip to content

Commit 0ba5408

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 2d8ce19 commit 0ba5408

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ steps:
2727
TargetFolder: 'storybook-static'
2828
OverWrite: true
2929

30+
- task: npmAuthenticate@0
31+
inputs:
32+
workingFile: '.npmrc'
33+
customEndpoint: 'NPM'
34+
35+
- task: npmAuthenticate@0
36+
inputs:
37+
workingFile: 'storybook-static/.npmrc'
38+
customEndpoint: 'NPM'
39+
3040
- task: Npm@1
3141
displayName: Publish react-spaces-storybook
3242
inputs:

0 commit comments

Comments
 (0)