From b63eafb91fcd98bb10b1acb4bb0a1fb9c48913ee Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 1 Feb 2018 22:39:51 +0800 Subject: [PATCH] build: do not surpress output in make doc-only This helps to show the cause of errors in the CI. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 003c69579bcee0..476a1151d2a803 100644 --- a/Makefile +++ b/Makefile @@ -616,7 +616,7 @@ doc-only: $(apidoc_dirs) $(apiassets) ## Builds the docs with the local or the 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) .PHONY: doc doc: $(NODE_EXE) doc-only