We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b801b03 commit 9b38bbfCopy full SHA for 9b38bbf
Makefile
@@ -344,7 +344,7 @@ test/addons/.docbuildstamp: $(DOCBUILDSTAMP_PREREQS) tools/doc/node_modules
344
$(RM) -r test/addons/??_*/; \
345
[ -x $(NODE) ] && $(NODE) $< || node $< ; \
346
touch $@; \
347
- fi
+ fi
348
349
ADDONS_BINDING_GYPS := \
350
$(filter-out test/addons/??_*/binding.gyp, \
@@ -661,7 +661,7 @@ tools/doc/node_modules: tools/doc/package.json
661
echo "Skipping tools/doc/node_modules (no crypto)"; \
662
else \
663
cd tools/doc && $(call available-node,$(run-npm-ci)) \
664
665
666
.PHONY: doc-only
667
doc-only: tools/doc/node_modules \
0 commit comments