mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-15 10:25:55 -07:00
fix: makefile build client
This commit is contained in:
parent
e7bb9bbe6e
commit
22f899ace3
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -33,7 +33,10 @@ client.dev:
|
||||||
docs.dev:
|
docs.dev:
|
||||||
cd docs && yarn dev
|
cd docs && yarn dev
|
||||||
|
|
||||||
client.build:
|
client.deps:
|
||||||
|
cd client && yarn install
|
||||||
|
|
||||||
|
client.build: client.deps
|
||||||
cd client && yarn run build
|
cd client && yarn run build
|
||||||
|
|
||||||
test: api.test
|
test: api.test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue