From d0a3d81acde7b24b98f26c36b5a87d1f67af73bd Mon Sep 17 00:00:00 2001 From: Sigfried Gold Date: Thu, 9 Nov 2023 11:22:53 -0500 Subject: [PATCH] forgot to switch prod deployment from build to dist earlier after switching from npm to yarn --- .github/workflows/frontend_prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend_prod.yml b/.github/workflows/frontend_prod.yml index e1a3765fb..ab24bdce0 100644 --- a/.github/workflows/frontend_prod.yml +++ b/.github/workflows/frontend_prod.yml @@ -37,7 +37,7 @@ jobs: # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig app_location: "/frontend" # App source code path api_location: "" # Api source code path - optional - output_location: "build" # Built app content directory - optional + output_location: "dist" # yarn build puts it here ###### End of Repository/Build Configurations ###### close_pull_request_job: