mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
fix: The built binary file is missing "ui/dist/index.js" and "ui/dist… (#3391)
This commit is contained in:
parent
9980fd6141
commit
3e01b726a3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -77,7 +77,7 @@ proto:
|
|||
cd pkg/grpc && ./protoc.bash
|
||||
|
||||
.PHONY: build
|
||||
build: build-go build-ui
|
||||
build: build-ui build-go
|
||||
@echo "==> $@"
|
||||
|
||||
.PHONY: build-debug
|
||||
|
|
Loading…
Add table
Reference in a new issue