mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
fix(demo-build): fix demo build (#6029)
This commit is contained in:
parent
45f18fe8cb
commit
0f8608008f
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ async function buildDocsApp(projectDir: string, baseHref: string) {
|
|||
baseHref = baseHref + '/';
|
||||
}
|
||||
|
||||
await runCommand(`npm run build -- docs --prod --base-href ${baseHref}`, { cwd: projectDir });
|
||||
await runCommand(`npm run build:docs -- --configuration production --aot --base-href ${baseHref}`, { cwd: projectDir });
|
||||
await runCommand('npm run docs:dirs', { cwd: projectDir });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue