diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aff6ab6..eb5938b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,6 +50,8 @@ jobs: name: 'Publish pegjs@dev' actions: - script: npm run build-dist + displayName: 'Build "pegjs/dist/*.js" files' - script: node tools/publish-dev + displayName: 'Publish to NPM' env: - NPM_TOKEN: $(NPM_TOKEN) + NPM_TOKEN: $(NPM_CI_TOKEN)