mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(demo-build): fix demo build
This commit is contained in:
parent
45f18fe8cb
commit
e39ccdcda5
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ async function buildDocsApp(projectDir: string, baseHref: string) {
|
||||||
baseHref = baseHref + '/';
|
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 });
|
await runCommand('npm run docs:dirs', { cwd: projectDir });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue