diff --git a/.github/workflows/azure-static-web-apps-delightful-cliff-0acdaf71e.yml b/.github/workflows/azure-static-web-apps-delightful-cliff-0acdaf71e.yml index c74f19d..a3b7330 100644 --- a/.github/workflows/azure-static-web-apps-delightful-cliff-0acdaf71e.yml +++ b/.github/workflows/azure-static-web-apps-delightful-cliff-0acdaf71e.yml @@ -37,7 +37,8 @@ jobs: id: builddeploy uses: Azure/static-web-apps-deploy@v1 env: - PRE_BUILD_COMMAND: corepack enable && pnpm install + PRE_BUILD_COMMAND: corepack enable + CUSTOM_BUILD_COMMAND: pnpm install && pnpm build AZURE_STORAGE_ACCOUNT_KEY: ${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }} with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DELIGHTFUL_CLIFF_0ACDAF71E }} @@ -46,6 +47,7 @@ jobs: # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig app_location: "/" # App source code path api_location: ".output/server" # Api source code path - optional + skip_api_build: true output_location: ".output/public" # Built app content directory - optional github_id_token: ${{ steps.idtoken.outputs.result }} ###### End of Repository/Build Configurations ######