chore(bash): added heuristics service to local_build.sh
This commit is contained in:
parent
8d0d05c2cf
commit
a9071b68f2
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ apps=(
|
|||
integrations
|
||||
sink
|
||||
storage
|
||||
heuristics
|
||||
assist
|
||||
peers
|
||||
all
|
||||
|
|
@ -80,6 +81,11 @@ restart(){
|
|||
source build.sh nil storage
|
||||
restart storage
|
||||
;;
|
||||
heuristics)
|
||||
cd ../../backend
|
||||
source build.sh nil heuristics
|
||||
restart heuristics
|
||||
;;
|
||||
assist)
|
||||
cd ../../utilities
|
||||
source build.sh $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue