Skip to content

Commit

Permalink
fix(demo-build): fix demo build (#6029)
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored Sep 24, 2024
1 parent 45f18fe commit 0f86080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs/build-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
}

Expand Down

0 comments on commit 0f86080

Please sign in to comment.