Skip to content

Commit ba94c0b

Browse files
committed
build: fix embedding UI
1 parent 002f307 commit ba94c0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ui/dist: ui/src
1111
cd ui && npm install . && npx quasar build
1212

1313
update_ui:
14-
cd ui && git reset --hard && git pull origin master && git lfs pull
14+
cd ui && git reset --hard && git pull origin master && git lfs pull && npx quasar build
1515

1616
embed_ui: bindata update_ui
1717
cd assets && $(shell go env GOPATH)/bin/go-bindata -pkg assets -prefix ../ui/dist/spa -fs ../ui/dist/spa/...

assets/bindata.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:78933c8c6dc247d20bea8d2791b35848932be71a40ad859456318b0ae1df006a
3-
size 4824426
2+
oid sha256:eb80afd7afda7518114f62d61d94a1ac813c59a7bde0a784c3b0b5b0e96187bf
3+
size 4835606

0 commit comments

Comments
 (0)