Skip to content

Commit d2b392a

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 25f8b38 commit d2b392a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ steps:
5050
OverWrite: true
5151

5252
- task: Npm@1
53-
enabled: false
53+
enabled: true
5454
displayName: Publish react-spaces-storybook
5555
inputs:
5656
command: 'publish'
5757
workingDir: 'storybook-static'
5858
publishEndpoint: 'NPM'
5959

6060
- task: Npm@1
61-
enabled: false
61+
enabled: true
6262
displayName: Publish react-spaces
6363
inputs:
6464
command: 'publish'

0 commit comments

Comments
 (0)