diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6101c802..db74a4ea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -86,6 +86,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