1 parent 45069a3 commit cb77493Copy full SHA for cb77493
1 file changed
.github/workflows/azure-static-web-apps-ambitious-mud-023d30d10.yml
@@ -20,18 +20,6 @@ jobs:
20
submodules: true
21
lfs: false
22
23
- - name: Setup Node.js
24
- uses: actions/setup-node@v4
25
- with:
26
- node-version: '20'
27
- cache: 'npm'
28
-
29
- - name: Install dependencies
30
- run: npm ci
31
32
- - name: Build Angular app
33
- run: npm run build
34
35
- name: Build And Deploy
36
id: builddeploy
37
uses: Azure/static-web-apps-deploy@v1
@@ -44,7 +32,7 @@ jobs:
44
app_location: "/" # App source code path
45
api_location: "" # Api source code path - optional
46
output_location: "dist/lib-reader/browser" # Built app content directory - optional
47
- skip_app_build: true # Skip Azure's auto-build since we're building manually
+ app_build_command: "npm run build"
48
###### End of Repository/Build Configurations ######
49
50
38
close_pull_request_job:
0 commit comments