We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0630f5e commit cb700f8Copy full SHA for cb700f8
azure-pipelines.yml
@@ -10,11 +10,6 @@ steps:
10
checkLatest: true
11
displayName: 'Install Node.js'
12
13
-- task: npmAuthenticate@0
14
- inputs:
15
- workingFile: '.npmrc'
16
- customEndpoint: 'NPM'
17
-
18
- script: |
19
npm install
20
npm run build
@@ -29,19 +24,6 @@ steps:
29
24
TargetFolder: './storybook-static'
30
25
OverWrite: true
31
26
32
-- task: CopyFiles@2
33
- displayName: Move .npmrc
34
35
- SourceFolder: '.'
36
- Contents: '.npmrc'
37
- TargetFolder: './storybook-static'
38
- OverWrite: true
39
40
41
42
- workingFile: 'storybook-static/.npmrc'
43
44
45
27
- task: Npm@1
46
28
displayName: Publish react-spaces-storybook
47
inputs:
0 commit comments