Skip to content

Commit

Permalink
chore: update app_location in Azure Static Web Apps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
immdipu committed May 11, 2024
1 parent d9076e2 commit d2dda56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ jobs:
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_JOLLY_HILL_0CA4ECE0F }}
action: "close"
app_location: "/" # App source code path
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"lint": "next lint",
"prepare": "husky"
},
"engines": {
"node": ">=16.0.0 <18"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down

0 comments on commit d2dda56

Please sign in to comment.