mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-18 01:01:21 +08:00
Rename make target to "install-client" instead of "installed-client"
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user