Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 15db296

Browse filesBrowse 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 4722004 commit 15db296
Copy full SHA for 15db296

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.