Skip to content

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha2phi@gmail.com committed Sep 30, 2024
1 parent f37536f commit 7489ce7
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install
# - name: Install dependencies
# run: pnpm install

- name: Build project
run: pnpm run build
# - name: Build project
# run: pnpm run build

- name: Build And Deploy
id: builddeploy
Expand All @@ -45,7 +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
skip_app_build: true
app_build_command: "pnpm install && pnpm run build"
skip_app_build: false
output_location: "dist" # Built app content directory - optional
###### End of Repository/Build Configurations ######

Expand Down

0 comments on commit 7489ce7

Please sign in to comment.