Skip to content

Commit

Permalink
Run yarn package before publishing
Browse files Browse the repository at this point in the history
Part of #2749
  • Loading branch information
Tyriar committed Aug 12, 2021
1 parent 5117543 commit 0a287e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -164,7 +164,9 @@ jobs:
displayName: Cache node modules
- script: yarn --frozen-lockfile
displayName: 'Install dependencies and build'
- script: node ./bin/package_headless.js
- script: |
yarn package-headless
node ./bin/package_headless.js
displayName: 'Package xterm-headless'
- script: NPM_AUTH_TOKEN="$(NPM_AUTH_TOKEN)" node ./bin/publish.js
displayName: 'Package and publish to npm'

0 comments on commit 0a287e0

Please sign in to comment.