Skip to content

Commit

Permalink
refactor: layout
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 30, 2024
1 parent 9936af3 commit 6227746
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ jobs:
with:
node-version: 'lts/*' # Specify your node version

# - 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 @@ -43,7 +34,7 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
app_location: "/frontend" # App source code path
api_location: "" # Api source code path - optional
output_location: "dist" # Built app content directory - optional
app_build_command: "npm install -g pnpm && pnpm install && pnpm run build"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6227746

Please sign in to comment.