diff --git a/scripts/clean.sh b/scripts/clean.sh index fbbfa070d442..780805e52ecc 100755 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -10,6 +10,9 @@ IS_HYBRID_APP_REPO=$(scripts/is-hybrid-app.sh) # See if we should force standalone NewDot build NEW_DOT_FLAG="${STANDALONE_NEW_DOT:-false}" +# Clean rock cache +npx rock clean --include rock + if [[ "$IS_HYBRID_APP_REPO" == "true" && "$NEW_DOT_FLAG" == "false" ]]; then echo -e "${BLUE}Cleaning HybridApp project...${NC}" # Navigate to Mobile-Expensify repository, and clean