mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Run gqlgen for UI in gqlgen target
This commit is contained in:
parent
1ddbc8fa01
commit
44e7ed1772
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue