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 23, 2023
1 parent 994a26d commit 13fb012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function commandBuilder(
packageJson: readUpSync({ cwd: __dirname }).packageJson,
configDir,
docsMode,
...(docsMode ? { docs: docsMode } : {}),
loglevel,
outputDir,
quiet,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function commandBuilder(
ci,
configDir,
docsMode,
...(docsMode ? { docs: docsMode } : {}),
host,
https,
port,
Expand Down

0 comments on commit 13fb012

Please sign in to comment.