The command that usually works for me is:
elastic-package stack down && elastic-package build && elastic-package stack up -d -v
This should bring down the containers and bring them back up (usually takes about a minute). If for some reason your changes are not getting reflected, you could manually delete build/
folder and run above command, but elastic-package clean
should also do the same.