Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit 0727916

Browse files
Trottaddaleax
authored andcommitted
build: use doc-only instead of doc
Use `make doc-only` instead of `make doc` where applicable. PR-URL: nodejs/node#16309 Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent cd80fd3 commit 0727916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ else
211211
test: all
212212
$(MAKE) build-addons
213213
$(MAKE) build-addons-napi
214-
$(MAKE) doc
214+
$(MAKE) doc-only
215215
$(MAKE) cctest
216216
$(PYTHON) tools/test.py --mode=release -J \
217217
$(CI_ASYNC_HOOKS) \
@@ -391,7 +391,7 @@ test-ci-js: | clear-stalled
391391
fi
392392

393393
test-ci: LOGLEVEL := silent
394-
test-ci: | clear-stalled build-addons build-addons-napi doc
394+
test-ci: | clear-stalled build-addons build-addons-napi doc-only
395395
out/Release/cctest --gtest_output=tap:cctest.tap
396396
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p oneline \
397397
--mode=release --flaky-tests=$(FLAKY_TESTS) \

0 commit comments

Comments
 (0)