Skip to content

Commit

Permalink
Contracts and node images should rebuild on --init
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-Wilson committed Aug 13, 2024
1 parent 0e22925 commit aae904b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ while [[ $# -gt 0 ]]; do
read -p "are you sure? [y/n]" -n 1 response
if [[ $response == "y" ]] || [[ $response == "Y" ]]; then
force_init=true
build_contracts=true
build_node_images=true
echo
else
exit 0
Expand All @@ -78,6 +80,8 @@ while [[ $# -gt 0 ]]; do
;;
--init-force)
force_init=true
build_contracts=true
build_node_images=true
shift
;;
--dev)
Expand Down

0 comments on commit aae904b

Please sign in to comment.