Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Utzel-Butzel committed Jul 6, 2020
1 parent 1a5f6e4 commit f2eab0a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ steps:
displayName: 'Install Node.js'
- script: |
npm install
npm run build
npm run build:storybook
npm run semantic-release
# npm run build
# npm run build:storybook
displayName: 'npm build storybook and publish'
- task: S3Upload@1
inputs:
bucketName:
globExpressions: '**'
#- task: S3Upload@1
# inputs:
# bucketName:
# globExpressions: '**'


0 comments on commit f2eab0a

Please sign in to comment.