mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-01 19:36:32 +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
|
cd pkg/grpc && ./protoc.bash
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: build-go build-ui
|
build: build-ui build-go
|
||||||
@echo "==> $@"
|
@echo "==> $@"
|
||||||
|
|
||||||
.PHONY: build-debug
|
.PHONY: build-debug
|
||||||
|
|
Loading…
Add table
Reference in a new issue