mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
build: do not suppress output in make doc-only
This helps to show the cause of errors in the CI. PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
8ccd320549
commit
b50571602a
2
Makefile
2
Makefile
@ -619,7 +619,7 @@ doc-only: $(apidoc_dirs) $(apiassets) ## Builds the docs with the local or the
|
|||||||
if [ ! -d doc/api/assets ]; then \
|
if [ ! -d doc/api/assets ]; then \
|
||||||
$(MAKE) tools/doc/node_modules/js-yaml/package.json; \
|
$(MAKE) tools/doc/node_modules/js-yaml/package.json; \
|
||||||
fi;
|
fi;
|
||||||
@$(MAKE) -s $(apidocs_html) $(apidocs_json)
|
@$(MAKE) $(apidocs_html) $(apidocs_json)
|
||||||
|
|
||||||
.PHONY: doc
|
.PHONY: doc
|
||||||
doc: $(NODE_EXE) doc-only
|
doc: $(NODE_EXE) doc-only
|
||||||
|
Loading…
Reference in New Issue
Block a user