We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002f307 commit ba94c0bCopy full SHA for ba94c0b
Makefile
@@ -11,7 +11,7 @@ ui/dist: ui/src
11
cd ui && npm install . && npx quasar build
12
13
update_ui:
14
- cd ui && git reset --hard && git pull origin master && git lfs pull
+ cd ui && git reset --hard && git pull origin master && git lfs pull && npx quasar build
15
16
embed_ui: bindata update_ui
17
cd assets && $(shell go env GOPATH)/bin/go-bindata -pkg assets -prefix ../ui/dist/spa -fs ../ui/dist/spa/...
assets/bindata.go
@@ -1,3 +1,3 @@
1
version https://git-lfs.github.com/spec/v1
2
-oid sha256:78933c8c6dc247d20bea8d2791b35848932be71a40ad859456318b0ae1df006a
3
-size 4824426
+oid sha256:eb80afd7afda7518114f62d61d94a1ac813c59a7bde0a784c3b0b5b0e96187bf
+size 4835606
0 commit comments