Skip to content

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 30, 2024
1 parent 6ba1b47 commit f37536f
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install

- name: Build project
run: pnpm run build

- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand All @@ -39,7 +45,7 @@ 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 build"
skip_app_build: true
output_location: "dist" # Built app content directory - optional
###### End of Repository/Build Configurations ######

Expand Down

0 comments on commit f37536f

Please sign in to comment.