Skip to content

Commit 2a1b79f

Browse files
committed
fix(ci) build options
1 parent e8d1f22 commit 2a1b79f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

angular.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"demo": {
2525
"target": "shell:esbuild:production",
26+
"baseHref": "/mfe-angular/shell/",
2627
"fileReplacements": [
2728
{
2829
"replace": "projects/shell/src/environments/environment.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build:all": "concurrently \"npm run build:shell\" \"npm run build:first-mf\" \"npm run build:template-editor\"",
1818
"serve:all": "concurrently \"npm run serve:shell\" \"npm run serve:first-mf\" \"npm run serve:template-editor\"",
1919

20-
"build:all:demo": "concurrently \"ng build shell --base-href /mfe-angular/shell/ --configuration=demo\" \"ng build first-mf --base-href /mfe-angular/first-mf/\" \"cd projects/template-editor && vite build --mode demo\""
20+
"build:all:demo": "concurrently \"ng build shell --configuration=demo\" \"ng build first-mf --base-href /mfe-angular/first-mf/\" \"cd projects/template-editor && vite build --mode demo\""
2121
},
2222
"private": true,
2323
"dependencies": {

0 commit comments

Comments
 (0)