Skip to content

Commit d6ba14e

Browse files
committed
build: use doc-only instead of doc
Use `make doc-only` instead of `make doc` where applicable. PR-URL: #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 c9d5be4 commit d6ba14e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ else
208208
test: all
209209
$(MAKE) build-addons
210210
$(MAKE) build-addons-napi
211-
$(MAKE) doc
211+
$(MAKE) doc-only
212212
$(MAKE) cctest
213213
$(PYTHON) tools/test.py --mode=release -J \
214214
$(CI_ASYNC_HOOKS) \
@@ -388,7 +388,7 @@ test-ci-js: | clear-stalled
388388
fi
389389

390390
test-ci: LOGLEVEL := info
391-
test-ci: | clear-stalled build-addons build-addons-napi doc
391+
test-ci: | clear-stalled build-addons build-addons-napi doc-only
392392
out/Release/cctest --gtest_output=tap:cctest.tap
393393
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
394394
--mode=release --flaky-tests=$(FLAKY_TESTS) \

0 commit comments

Comments
 (0)