Skip to content

Commit

Permalink
[FABN-1481] Fix api docs publishing (#124)
Browse files Browse the repository at this point in the history
- Add compile step in publishDocs job so fabric-network/lib is populated

Signed-off-by: heatherlp <[email protected]>
  • Loading branch information
heatherlp authored Feb 12, 2020
1 parent 135a248 commit bf6675a
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 @@ -79,6 +79,8 @@ stages:
displayName: Install Node.js
- script: npm install
displayName: npm install
- script: npm run compile
displayName: Compile
- script: scripts/ci_scripts/azurePublishApiDocs.sh
displayName: Publish API docs
env:
Expand Down

0 comments on commit bf6675a

Please sign in to comment.