@ -2,7 +2,7 @@ build: *.go frontend
go build
frontend:
cd frontend && yarn build
cd frontend && yarn build --mode development
frontend-watch:
cd frontend && yarn build --watch