Skip to content

Commit e080d7d

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 <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent a62789b commit e080d7d

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)