mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
finetune for makefile
This commit is contained in:
parent
4553152ab1
commit
17ac184ce6
4
Makefile
4
Makefile
|
@ -147,10 +147,10 @@ docker-push:
|
|||
bash -c "[[ -n $(DOCKER_TAG) ]] && docker push yoanlin/bbgo:$(DOCKER_TAG)"
|
||||
|
||||
frontend/node_modules:
|
||||
cd frontend && yarn install
|
||||
cd frontend && yarn install
|
||||
|
||||
frontend/out/index.html: frontend/node_modules
|
||||
cd frontend && yarn export
|
||||
cd frontend && yarn export
|
||||
|
||||
pkg/server/assets.go: frontend/out/index.html
|
||||
go run ./util/embed -package server -output $@ $(FRONTEND_EXPORT_DIR)
|
||||
|
|
Loading…
Reference in New Issue
Block a user