Skip to content

Commit cb700f8

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 0630f5e commit cb700f8

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ steps:
1010
checkLatest: true
1111
displayName: 'Install Node.js'
1212

13-
- task: npmAuthenticate@0
14-
inputs:
15-
workingFile: '.npmrc'
16-
customEndpoint: 'NPM'
17-
1813
- script: |
1914
npm install
2015
npm run build
@@ -29,19 +24,6 @@ steps:
2924
TargetFolder: './storybook-static'
3025
OverWrite: true
3126

32-
- task: CopyFiles@2
33-
displayName: Move .npmrc
34-
inputs:
35-
SourceFolder: '.'
36-
Contents: '.npmrc'
37-
TargetFolder: './storybook-static'
38-
OverWrite: true
39-
40-
- task: npmAuthenticate@0
41-
inputs:
42-
workingFile: 'storybook-static/.npmrc'
43-
customEndpoint: 'NPM'
44-
4527
- task: Npm@1
4628
displayName: Publish react-spaces-storybook
4729
inputs:

0 commit comments

Comments
 (0)