From 85d3a79eadf1917e0af2d5026aaafa74051ac6d1 Mon Sep 17 00:00:00 2001 From: James Henry Date: Mon, 21 Jan 2019 19:35:12 -0500 Subject: [PATCH] build: publish all packages in canary job --- azure-pipelines.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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'