diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 11634775f519..c933f0827920 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'