From 746cd4bf77fbcfa06790574c41a1d49a6d008330 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Mon, 20 Mar 2023 14:16:37 -0400 Subject: [PATCH] Add note to indicate ui-next is imported target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e3d4d5c1f1..2c9798b8a7 100644 --- a/Makefile +++ b/Makefile @@ -447,6 +447,7 @@ ui-test-general: $(NPM_BIN) run --prefix awx/ui pretest $(NPM_BIN) run --prefix awx/ui/ test-general --runInBand +# NOTE: The make target ui-next is imported from awx/ui_next/Makefile HEADLESS ?= no ifeq ($(HEADLESS), yes) dist/$(SDIST_TAR_FILE):