Skip to content

Commit

Permalink
Fix module publishing (#125)
Browse files Browse the repository at this point in the history
- compile in the publish stage

Signed-off-by: heatherlp <[email protected]>
  • Loading branch information
heatherlp authored Feb 13, 2020
1 parent bf6675a commit 854dba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ stages:
displayName: Install Node.js
- script: npm install
displayName: npm install
- script: npm run compile
displayName: Compile
- script: scripts/ci_scripts/azurePublishNpmPackages.sh
displayName: Publish packages
env:
Expand Down

0 comments on commit 854dba2

Please sign in to comment.