From 44e7ed17728ca61ed06ec0050d78f2c3142e7dfe Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Thu, 1 Aug 2019 11:46:33 +1000 Subject: [PATCH] Run gqlgen for UI in gqlgen target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 36fec732e..ef6a0ca91 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ clean: .PHONY: gqlgen gqlgen: go run scripts/gqlgen.go + cd ui/v2 && yarn run gqlgen # Runs gofmt -w on the project's source code, modifying any files that do not match its style. .PHONY: fmt