chore(bash): added heuristics service to local_build.sh

This commit is contained in:
Alexander Zavorotynskiy 2022-05-18 13:30:21 +02:00
parent 8d0d05c2cf
commit a9071b68f2

View file

@ -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 $@