diff --git a/.github/workflows/azure.yml b/.github/workflows/azure.yml index d36140ba..f4eccbf0 100644 --- a/.github/workflows/azure.yml +++ b/.github/workflows/azure.yml @@ -30,7 +30,7 @@ jobs: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DELIGHTFUL_PEBBLE_09D5B2410 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: 'upload' - app_build_command: 'bun run build:azure' + app_build_command: 'npm run build:azure' ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig app_location: '/' # App source code path