Skip to content

Commit

Permalink
adding missing JSON generation
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 24, 2019
1 parent 5958f6b commit 9bd70c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/BuildDocsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ private function generateJson(Metas $metas)

$jsonGenerator = new JsonGenerator($metas, $this->buildContext);
$jsonGenerator->setOutput($this->io);
$jsonGenerator->generateJson();
}

private function renderDocForPDF(Metas $metas)
Expand Down

0 comments on commit 9bd70c7

Please sign in to comment.