fix: makefile build client

This commit is contained in:
Gabe Farrell 2025-06-13 00:27:53 -04:00
parent e7bb9bbe6e
commit 22f899ace3

View file

@ -33,7 +33,10 @@ client.dev:
docs.dev:
cd docs && yarn dev
client.build:
client.deps:
cd client && yarn install
client.build: client.deps
cd client && yarn run build
test: api.test