Skip to content

Commit 9bd70c7

Browse files
committed
adding missing JSON generation
1 parent 5958f6b commit 9bd70c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/BuildDocsCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ private function generateJson(Metas $metas)
155155

156156
$jsonGenerator = new JsonGenerator($metas, $this->buildContext);
157157
$jsonGenerator->setOutput($this->io);
158+
$jsonGenerator->generateJson();
158159
}
159160

160161
private function renderDocForPDF(Metas $metas)

0 commit comments

Comments
 (0)