We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1746d commit 49b632eCopy full SHA for 49b632e
Makefile
@@ -803,7 +803,7 @@ apidocs_json = $(addprefix out/,$(apidoc_sources:.md=.json))
803
run-npm-ci = $(PWD)/$(NPM) ci --omit=dev
804
805
tools/doc/node_modules: tools/doc/package.json
806
- @if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \
+ if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \
807
echo "Skipping tools/doc/node_modules (no crypto and/or no ICU)"; \
808
else \
809
if ! [ `command -v node` ]; then \
0 commit comments