From f3261d3c1becaf40fbd2b12431bf1c625904d82c Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Fri, 9 Nov 2018 13:01:07 +0100 Subject: [PATCH] Tweak build --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f05c0b12..797e99a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ steps: - script: | npm install - npm run website + npm run build-website displayName: 'Build website' - script: |