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