Skip to content

Commit fd4fe4c

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 9e3c6f9 commit fd4fe4c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

azure-pipelines.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,17 @@ steps:
2424
SourceFolder: '.storybook'
2525
Contents: 'package.json'
2626
TargetFolder: 'storybook-static'
27-
OverWrite: true
27+
OverWrite: true
28+
29+
- task: Npm@1
30+
displayName: Publish react-spaces-storybook
31+
inputs:
32+
command: 'publish'
33+
workingDir: 'storybook-static'
34+
publishEndpoint: 'NPM'
35+
36+
- task: Npm@1
37+
displayName: Publish react-spaces
38+
inputs:
39+
command: 'publish'
40+
publishEndpoint: 'NPM'

0 commit comments

Comments
 (0)