From bc5d1406403597326fd0835717e5e0e0a38fd18a Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:23:13 +0100 Subject: [PATCH] generate api models before building --- build/azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 712ad2e238..dd7d1947fd 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -111,6 +111,9 @@ stages: - script: npm ci --no-fund --no-audit --prefer-offline displayName: Run npm ci (Bellissima) workingDirectory: src/Umbraco.Web.UI.New.Client + - script: npm run generate:api-local + displayName: Generate API models (Bellissima) + workingDirectory: src/Umbraco.Web.UI.New.Client - script: npm run build:for:cms displayName: Run build (Bellissima) workingDirectory: src/Umbraco.Web.UI.New.Client