diff --git a/build/build_all.sh b/build/build_all.sh index 46ef4a11..24860c0e 100755 --- a/build/build_all.sh +++ b/build/build_all.sh @@ -2,6 +2,10 @@ cd $(dirname $0)/.. +if [ -d "rice-box.go" ]; then + rm -rf rice-box.go +fi + if [ "$USE_DOCKER" != "" ]; then if [ -d "frontend/dist" ]; then rm -rf frontend/dist