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: |