Skip to content

Commit eb63c11

Browse files
authored
Update Azure Static Web Apps workflow configuration
Added app_build_command to the CI/CD workflow for Vite build.
1 parent 242cf5a commit eb63c11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/azure-static-web-apps-white-plant-010c18c0f.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
app_location: "frontend" # App source code path
3232
api_location: "" # Api source code path - optional
3333
output_location: "dist" # Built app content directory - optional
34+
app_build_command: "npx vite build"
3435
###### End of Repository/Build Configurations ######
3536

3637
close_pull_request_job:
@@ -45,3 +46,4 @@ jobs:
4546
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WHITE_PLANT_010C18C0F }}
4647
action: "close"
4748

49+

0 commit comments

Comments
 (0)