Skip to content

Commit

Permalink
fix: pnpm build
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 30, 2024
1 parent 7489ce7 commit 29d00ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
app_build_command: "pnpm install && pnpm run build"
skip_app_build: false
output_location: "dist" # Built app content directory - optional
app_build_command: "pnpm install && pnpm run build"
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 29d00ae

Please sign in to comment.