Skip to content

Commit 2d50301

Browse files
joyeecheungMayaLekova
authored andcommitted
build: do not suppress output in make doc-only
This helps to show the cause of errors in the CI. PR-URL: nodejs#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 a9388f6 commit 2d50301

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
@@ -619,7 +619,7 @@ doc-only: $(apidoc_dirs) $(apiassets) ## Builds the docs with the local or the
619619
if [ ! -d doc/api/assets ]; then \
620620
$(MAKE) tools/doc/node_modules/js-yaml/package.json; \
621621
fi;
622-
@$(MAKE) -s $(apidocs_html) $(apidocs_json)
622+
@$(MAKE) $(apidocs_html) $(apidocs_json)
623623

624624
.PHONY: doc
625625
doc: $(NODE_EXE) doc-only

0 commit comments

Comments
 (0)