File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ out/doc/%: doc/%
313
313
# check if ./node is actually set, else use user pre-installed binary
314
314
gen-json = tools/doc/generate.js --format=json $< > $@
315
315
out/doc/api/% .json : doc/api/% .md
316
- [ -e tools/doc/node_modules/js-yaml/package.json ] || \
316
+ @ [ -e tools/doc/node_modules/js-yaml/package.json ] || \
317
317
[ -e tools/eslint/node_modules/js-yaml/package.json ] || \
318
318
if [ -x $( NODE) ]; then \
319
319
cd tools/doc && ../../$(NODE ) ../../$(NPM ) install; \
@@ -325,7 +325,7 @@ out/doc/api/%.json: doc/api/%.md
325
325
# check if ./node is actually set, else use user pre-installed binary
326
326
gen-html = tools/doc/generate.js --node-version=$(FULLVERSION ) --format=html --template=doc/template.html $< > $@
327
327
out/doc/api/% .html : doc/api/% .md
328
- [ -e tools/doc/node_modules/js-yaml/package.json ] || \
328
+ @ [ -e tools/doc/node_modules/js-yaml/package.json ] || \
329
329
[ -e tools/eslint/node_modules/js-yaml/package.json ] || \
330
330
if [ -x $( NODE) ]; then \
331
331
cd tools/doc && ../../$(NODE ) ../../$(NPM ) install; \
You can’t perform that action at this time.
0 commit comments