Rename make target to "install-client" instead of "installed-client"

This commit is contained in:
Dannon Baker
2023-01-20 10:19:48 -05:00
parent 8b699b8705
commit a972ba14ce
+1 -1
View File
@@ -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.