Skip to content

Commit b8dd72f

Browse files
committed
Deploy test
1 parent 0a380eb commit b8dd72f

5 files changed

+4946
-7530
lines changed

.github/workflows/azure-static-web-apps-orange-cliff-0a124561e.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ jobs:
1919
with:
2020
submodules: true
2121
lfs: false
22-
# - name: Install PNPM
23-
# run: npm install -g pnpm
22+
- name: Install PNPM
23+
run: npm install -g pnpm
2424

25-
# - name: Install Dependencies
26-
# run: pnpm install
25+
- name: Install Dependencies
26+
run: pnpm install
2727

28-
# - name: Build Project
29-
# run: pnpm run build
28+
- name: Build Project
29+
run: pnpm run build
3030

31-
# - name: Check Build Size
32-
# run: du -sh dist
31+
- name: Check Build Size
32+
run: du -sh dist
3333

3434
- name: Build And Deploy
3535
id: builddeploy
@@ -43,7 +43,8 @@ jobs:
4343
app_location: "/" # App source code path
4444
api_location: "api" # Api source code path - optional
4545
output_location: "dist" # Built app content directory - optional
46-
# skip_app_build: true
46+
skip_app_build: true
47+
skip_api_build: true
4748
###### End of Repository/Build Configurations ######
4849

4950
close_pull_request_job:

0 commit comments

Comments
 (0)