Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,10 @@ jobs:
displayName: 'Install Node.js 11'

- script: |
echo "canary"
# This also runs a build as part of the postinstall
# bootstrap
yarn --ignore-engines --frozen-lockfile

- script: |
npx lerna publish --canary --exact --force-publish --yes
displayName: 'Publish all packages to npm'