Run gqlgen for UI in gqlgen target

This commit is contained in:
WithoutPants 2019-08-01 11:46:33 +10:00 committed by StashAppDev
parent 1ddbc8fa01
commit 44e7ed1772
1 changed files with 1 additions and 0 deletions

View File

@ -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