Skip to content

Commit

Permalink
add policy ui
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Jul 24, 2020
1 parent 882246a commit 1e0b3e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ ui/dist: ui/src
cd ui && npm install . && npx quasar build

update_ui:
cd ui && git reset --hard && git pull origin master && git lfs pull && npm install . && npx quasar build
git submodule init
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive
cd ui && git pull origin master && git lfs pull && npm install . && npx @quasar/cli build

regen: json-rpc2
go generate api/handlers/*.go
Expand Down
4 changes: 2 additions & 2 deletions assets/bindata.go
Git LFS file not shown

0 comments on commit 1e0b3e2

Please sign in to comment.