✏️(project) fix minor typos
Found typos and fixed them.
This commit is contained in:
committed by
Samuel Paccoud
parent
b1892ded17
commit
36d6735798
4
Makefile
4
Makefile
@@ -262,11 +262,11 @@ mails-install: ## install the mail generator
|
||||
|
||||
# -- TS client generator
|
||||
|
||||
tsclient-install: ## Install the Typescipt API client generator
|
||||
tsclient-install: ## Install the Typescript API client generator
|
||||
@$(TSCLIENT_YARN) install
|
||||
.PHONY: tsclient-install
|
||||
|
||||
tsclient: tsclient-install ## Generate a Typescipt API client
|
||||
tsclient: tsclient-install ## Generate a Typescript API client
|
||||
@$(TSCLIENT_YARN) generate:api:client:local ../frontend/tsclient
|
||||
.PHONY: tsclient-install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user