Skip to content

Commit 023730e

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 640ce14 commit 023730e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ steps:
2121
npm run build:storybook
2222
displayName: 'npm install'
2323
24+
- script: |
25+
npm run build
26+
displayName: 'npm run build'
27+
2428
- script: |
2529
npm run semantic-release
2630
displayName: 'npm run semantic-release'
2731
28-
- script: |
29-
npm run build
30-
displayName: 'npm run build'
3132
3233
- script: |
3334
npm run build:storybook

0 commit comments

Comments
 (0)