File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ apidocs_json = $(addprefix out/,$(apidoc_sources:.md=.json))
808808run-npm-ci = $(PWD ) /$(NPM ) ci --omit=dev
809809
810810tools/doc/node_modules : tools/doc/package.json
811- if [ " $( shell $( node_use_openssl_and_icu) ) " != " true" ]; then \
811+ @ if [ " $( shell $( node_use_openssl_and_icu) ) " != " true" ]; then \
812812 echo " Skipping tools/doc/node_modules (no crypto and/or no ICU)" ; \
813813 else \
814814 cd tools/doc && $(call available-node,$(run-npm-ci ) ) \
@@ -853,7 +853,7 @@ $(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json &: $(a
853853 --type-map doc/type-map.json \
854854 )
855855
856- out/doc/apilinks.json : $(wildcard lib/* .js) | out/doc
856+ out/doc/apilinks.json : $(wildcard lib/* .js) tools/doc/node_modules | out/doc
857857 $(call available-node, \
858858 $(DOC_KIT ) generate \
859859 -t api-links \
You can’t perform that action at this time.
0 commit comments