Skip to content

Commit

Permalink
add uibuild command
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Aug 5, 2023
1 parent 80ab35f commit dbbaa0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,8 @@ lint:
GOOS=freebsd golangci-lint run ./...

clean:
rm $(BINDIR)/*
rm $(BINDIR)/*

uibuild:
cd ./web/gui && \
yarn run build

0 comments on commit dbbaa0f

Please sign in to comment.