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 26, 2020
1 parent 640ce14 commit 023730e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ steps:
npm run build:storybook
displayName: 'npm install'
- script: |
npm run build
displayName: 'npm run build'
- script: |
npm run semantic-release
displayName: 'npm run semantic-release'
- script: |
npm run build
displayName: 'npm run build'
- script: |
npm run build:storybook
Expand Down

0 comments on commit 023730e

Please sign in to comment.