We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d468848 commit ffd62b1Copy full SHA for ffd62b1
Makefile
@@ -341,7 +341,7 @@ test/addons/.docbuildstamp: $(DOCBUILDSTAMP_PREREQS) tools/doc/node_modules
341
$(RM) -r test/addons/??_*/; \
342
[ -x $(NODE) ] && $(NODE) $< || node $< ; \
343
touch $@; \
344
- fi
+ fi
345
346
ADDONS_BINDING_GYPS := \
347
$(filter-out test/addons/??_*/binding.gyp, \
@@ -616,7 +616,7 @@ tools/doc/node_modules: tools/doc/package.json
616
echo "Skipping tools/doc/node_modules (no crypto)"; \
617
else \
618
cd tools/doc && $(call available-node,$(run-npm-ci)) \
619
620
621
.PHONY: doc-only
622
doc-only: tools/doc/node_modules \
0 commit comments