Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
fix(CI): Always build package & docs to catch issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ketch committed Nov 24, 2020
1 parent 551fa9e commit 74d00bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@ steps:
# ARGOS_TOKEN: $(ARGOS_TOKEN)
# SAUCE_ACCESS_KEY: $(SAUCE_ACCESS_KEY)

- script: npm run build
condition: succeeded()
displayName: 'Build package'

- script: ASSET_PATH=/thema/ npm run docs
condition: and(succeeded(), eq(variables.isMain, true))
condition: succeeded()
displayName: 'Build documentation site'

- script: npx semantic-release
Expand Down

0 comments on commit 74d00bf

Please sign in to comment.