Skip to content

Commit

Permalink
[BUGFIX] Add EOL to command json
Browse files Browse the repository at this point in the history
  • Loading branch information
garvinhicking committed Sep 21, 2024
1 parent d1584cc commit 64332c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/ApiOverview/CommandControllers/commands.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ setup-typo3: ## Setup TYPO3 stub
.PHONY: command-json
command-json: ## Regenerate JSON file containing all console commands
ddev exec .Build/bin/typo3 clinspector:gadget > Documentation/ApiOverview/CommandControllers/commands.json
echo "" >> Documentation/ApiOverview/CommandControllers/commands.json

.PHONY: test-lint
test-lint: ## Regenerate code snippets
Expand Down

0 comments on commit 64332c5

Please sign in to comment.