diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index afc500e283..2d1c0f71f3 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -78,6 +78,9 @@ stages: - script: npm run build:for:cms displayName: Run New Backoffice Build workingDirectory: src/Umbraco.Web.UI.New.Client + - script: npm run build + displayName: Run Login Build + workingDirectory: src/Umbraco.Web.UI.New.Client/apps/auth - task: UseDotNet@2 displayName: Use .NET $(dotnetVersion) inputs: