We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640ce14 commit 023730eCopy full SHA for 023730e
azure-pipelines.yml
@@ -21,13 +21,14 @@ steps:
21
npm run build:storybook
22
displayName: 'npm install'
23
24
+ - script: |
25
+ npm run build
26
+ displayName: 'npm run build'
27
+
28
- script: |
29
npm run semantic-release
30
displayName: 'npm run semantic-release'
31
- - script: |
- npm run build
- displayName: 'npm run build'
32
33
34
0 commit comments