From a972ba14cef1c6f60b113696b1936c71664116d7 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Thu, 19 Jan 2023 13:08:07 -0500 Subject: [PATCH] Rename make target to "install-client" instead of "installed-client" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87d71d98613..7833421fcab 100644 --- a/Makefile +++ b/Makefile @@ -193,7 +193,7 @@ lint-api-schema: build-api-schema $(IN_VENV) codespell -I .ci/ignore-spelling.txt _schema.yaml $(MAKE) remove-api-schema -installed-client: node-deps ## Install prebuilt client as defined in root package.json +install-client: node-deps ## Install prebuilt client as defined in root package.json yarn install && yarn run stage client: client-node-deps ## Rebuild client-side artifacts for local development.