Skip to content

Commit e8d1f22

Browse files
committed
fix(ci) build options
1 parent 64daeae commit e8d1f22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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/\" \"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 --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\""
2121
},
2222
"private": true,
2323
"dependencies": {

0 commit comments

Comments
 (0)