diff --git a/pkgs/tea-create-pr/script.sh b/pkgs/tea-create-pr/script.sh index e489a2857..3b4fbcf8e 100755 --- a/pkgs/tea-create-pr/script.sh +++ b/pkgs/tea-create-pr/script.sh @@ -30,7 +30,7 @@ if ! check_remote "$remoteUpstream"; then exit 1 fi -treefmt --fail-on-change -C "$root_dir" +treefmt --no-cache --fail-on-change -C "$root_dir" upstream_url=$(git remote get-url "$remoteUpstream") set -x