From 42dcc5632b1f449fee2fd7d0177a13944601c692 Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 7 May 2021 19:22:54 +0800 Subject: [PATCH] remove .FORCE from the static file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcde2e0de..d0c284ef4 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,7 @@ docker-push: docker push yoanlin/bbgo bash -c "[[ -n $(DOCKER_TAG) ]] && docker push yoanlin/bbgo:$(DOCKER_TAG)" -frontend/out/index.html: .FORCE +frontend/out/index.html: (cd frontend && yarn export) pkg/server/assets.go: frontend/out/index.html