From bf6675a4a03da57d415a8a230c97aeaa7b48ee86 Mon Sep 17 00:00:00 2001 From: heatherlp <40789053+heatherlp@users.noreply.github.com> Date: Wed, 12 Feb 2020 15:14:36 +0000 Subject: [PATCH] [FABN-1481] Fix api docs publishing (#124) - Add compile step in publishDocs job so fabric-network/lib is populated Signed-off-by: heatherlp --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d06103459..31d86a5095 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: