Skip to content

Commit

Permalink
build: do not suppress output in make doc-only
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
joyeecheung authored and gibfahn committed Apr 13, 2018
1 parent 86e3c89 commit 9bce141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ doc-only: $(apidoc_dirs) $(apiassets)
if [ ! -d doc/api/assets ]; then \
$(MAKE) tools/doc/node_modules/js-yaml/package.json; \
fi;
@$(MAKE) -s $(apidocs_html) $(apidocs_json)
@$(MAKE) $(apidocs_html) $(apidocs_json)

doc: $(NODE_EXE) doc-only

Expand Down

0 comments on commit 9bce141

Please sign in to comment.