Skip to content

Commit 9bce141

Browse files
joyeecheunggibfahn
authored andcommitted
build: do not suppress output in make doc-only
This helps to show the cause of errors in the CI. PR-URL: #18507 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 86e3c89 commit 9bce141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ doc-only: $(apidoc_dirs) $(apiassets)
558558
if [ ! -d doc/api/assets ]; then \
559559
$(MAKE) tools/doc/node_modules/js-yaml/package.json; \
560560
fi;
561-
@$(MAKE) -s $(apidocs_html) $(apidocs_json)
561+
@$(MAKE) $(apidocs_html) $(apidocs_json)
562562

563563
doc: $(NODE_EXE) doc-only
564564

0 commit comments

Comments
 (0)