Skip to content

Commit b17b91d

Browse files
base-href removed prod flag
1 parent 93be03e commit b17b91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: npm ci
4141

4242
- name: Build Angular app
43-
run: npm run build --prod --base-href=/angular-cop/
43+
run: npm run build -- --base-href=/angular-cop/
4444
#base-href in an Angular app defines the root path for resolving relative URLs to assets (CSS, JS, etc.).
4545
#By default, Angular apps assume they are hosted at the root (/).
4646
- name: Upload build artifacts

0 commit comments

Comments
 (0)