Skip to content

Commit

Permalink
fix: Ensure Angular docsMode flag has effect
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandertrefz committed Jan 22, 2023
1 parent 994a26d commit dd2651a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function commandBuilder(
const standaloneOptions: StandaloneBuildOptions = {
packageJson: readUpSync({ cwd: __dirname }).packageJson,
configDir,
docsMode,
docs: docsMode,
loglevel,
outputDir,
quiet,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function commandBuilder(
packageJson: readUpSync({ cwd: __dirname }).packageJson,
ci,
configDir,
docsMode,
docs: docsMode,
host,
https,
port,
Expand Down

0 comments on commit dd2651a

Please sign in to comment.