We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64daeae commit e8d1f22Copy full SHA for e8d1f22
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"build:all": "concurrently \"npm run build:shell\" \"npm run build:first-mf\" \"npm run build:template-editor\"",
18
"serve:all": "concurrently \"npm run serve:shell\" \"npm run serve:first-mf\" \"npm run serve:template-editor\"",
19
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\""
+ "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\""
21
},
22
"private": true,
23
"dependencies": {
0 commit comments