Update azure-static-web-apps-lemon-sand-01ee6090f.yml

This commit is contained in:
Lucian Felix Ghita 2023-08-10 18:17:14 +02:00 committed by GitHub
parent 28b8cc6a59
commit 154b2c5f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ jobs:
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path app_location: "/" # App source code path
api_location: "" # Api source code path - optional 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 output_location: "" # Built app content directory - optional
###### End of Repository/Build Configurations ###### ###### End of Repository/Build Configurations ######