Skip to content

Commit 15db296

Browse files
joyeecheungMylesBorins
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 4722004 commit 15db296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ doc-only: $(apidoc_dirs) $(apiassets) ## Builds the docs with the local or the
616616
if [ ! -d doc/api/assets ]; then \
617617
$(MAKE) tools/doc/node_modules/js-yaml/package.json; \
618618
fi;
619-
@$(MAKE) -s $(apidocs_html) $(apidocs_json)
619+
@$(MAKE) $(apidocs_html) $(apidocs_json)
620620

621621
.PHONY: doc
622622
doc: $(NODE_EXE) doc-only

0 commit comments

Comments
 (0)