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 f4680a9 commit 971778dCopy full SHA for 971778d
Makefile
@@ -795,7 +795,7 @@ apidocs_json = $(addprefix out/,$(apidoc_sources:.md=.json))
795
run-npm-ci = $(PWD)/$(NPM) ci --omit=dev
796
797
tools/doc/node_modules: tools/doc/package.json
798
- @if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \
+ if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \
799
echo "Skipping tools/doc/node_modules (no crypto and/or no ICU)"; \
800
else \
801
if ! [ `command -v node` ]; then \
0 commit comments