Commit bc229d0 1 parent 4463d2b commit bc229d0 Copy full SHA for bc229d0
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 @@ -315,7 +315,7 @@ out/doc/%: doc/%
315
315
# check if ./node is actually set, else use user pre-installed binary
316
316
gen-json = tools/doc/generate.js --format=json $< > $@
317
317
out/doc/api/% .json : doc/api/% .md
318
- [ -e tools/doc/node_modules/js-yaml/package.json ] || \
318
+ @ [ -e tools/doc/node_modules/js-yaml/package.json ] || \
319
319
[ -e tools/eslint/node_modules/js-yaml/package.json ] || \
320
320
if [ -x $( NODE) ]; then \
321
321
cd tools/doc && ../../$(NODE ) ../../$(NPM ) install; \
@@ -327,7 +327,7 @@ out/doc/api/%.json: doc/api/%.md
327
327
# check if ./node is actually set, else use user pre-installed binary
328
328
gen-html = tools/doc/generate.js --node-version=$(FULLVERSION ) --format=html --template=doc/template.html $< > $@
329
329
out/doc/api/% .html : doc/api/% .md
330
- [ -e tools/doc/node_modules/js-yaml/package.json ] || \
330
+ @ [ -e tools/doc/node_modules/js-yaml/package.json ] || \
331
331
[ -e tools/eslint/node_modules/js-yaml/package.json ] || \
332
332
if [ -x $( NODE) ]; then \
333
333
cd tools/doc && ../../$(NODE ) ../../$(NPM ) install; \
You can’t perform that action at this time.
0 commit comments