From 9d291d1d12312d8efebac1a0edcd3cb1ff99815b Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Thu, 12 Sep 2019 15:16:02 -0700 Subject: [PATCH] Remove extra build in publish Release job We no longer publish a dist dir --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c784a611..26f0ca73 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -121,8 +121,7 @@ jobs: displayName: 'Install Yarn' - script: | yarn - BUILD_DIR=dist npm run build displayName: 'Install dependencies and build' - script: | NPM_AUTH_TOKEN="$(NPM_AUTH_TOKEN)" node ./bin/publish.js - displayName: 'Publish to npm' + displayName: 'Package and publish to npm'