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 @@ -284,7 +284,7 @@ out/doc/%: doc/%
284
284
# check if ./node is actually set, else use user pre-installed binary
285
285
gen-json = tools/doc/generate.js --format=json $< > $@
286
286
out/doc/api/% .json : doc/api/% .md
287
- [ -e tools/doc/node_modules/js-yaml/package.json ] || \
287
+ @ [ -e tools/doc/node_modules/js-yaml/package.json ] || \
288
288
[ -e tools/eslint/node_modules/js-yaml/package.json ] || \
289
289
if [ -x $( NODE) ]; then \
290
290
cd tools/doc && ../../$(NODE ) ../../$(NPM ) install; \
@@ -296,7 +296,7 @@ out/doc/api/%.json: doc/api/%.md
296
296
# check if ./node is actually set, else use user pre-installed binary
297
297
gen-html = tools/doc/generate.js --node-version=$(FULLVERSION ) --format=html --template=doc/template.html $< > $@
298
298
out/doc/api/% .html : doc/api/% .md
299
- [ -e tools/doc/node_modules/js-yaml/package.json ] || \
299
+ @ [ -e tools/doc/node_modules/js-yaml/package.json ] || \
300
300
[ -e tools/eslint/node_modules/js-yaml/package.json ] || \
301
301
if [ -x $( NODE) ]; then \
302
302
cd tools/doc && ../../$(NODE ) ../../$(NPM ) install; \
You can’t perform that action at this time.
0 commit comments