diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 71c2c3380..40241a05a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: '**'