From 154b2c5f743ae7130d085540104131ad25a139d3 Mon Sep 17 00:00:00 2001 From: Lucian Felix Ghita Date: Thu, 10 Aug 2023 18:17:14 +0200 Subject: [PATCH] Update azure-static-web-apps-lemon-sand-01ee6090f.yml --- .../workflows/azure-static-web-apps-lemon-sand-01ee6090f.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-lemon-sand-01ee6090f.yml b/.github/workflows/azure-static-web-apps-lemon-sand-01ee6090f.yml index b6c4e22f8..1b405a23f 100644 --- a/.github/workflows/azure-static-web-apps-lemon-sand-01ee6090f.yml +++ b/.github/workflows/azure-static-web-apps-lemon-sand-01ee6090f.yml @@ -29,6 +29,8 @@ jobs: # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig app_location: "/" # App source code path api_location: "" # Api source code path - optional + app_build_command: 'npm run build' + api_build_command: 'rm -rf ./node_modules/@next/swc-* && rm -rf ./.next/cache' output_location: "" # Built app content directory - optional ###### End of Repository/Build Configurations ######