Skip to content

Commit

Permalink
Rename make target to "install-client" instead of "installed-client"
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jan 20, 2023
1 parent 8b699b8 commit a972ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a972ba1

Please sign in to comment.