From c7cd6b26f90832614b39ac1a4c8556be3e67778d Mon Sep 17 00:00:00 2001 From: zima Date: Thu, 27 Mar 2025 17:12:47 -0700 Subject: [PATCH] Add clean-all to tests --- tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.sh b/tests.sh index 6eed9ab33c..fbf89a0374 100755 --- a/tests.sh +++ b/tests.sh @@ -8,6 +8,7 @@ apt-get update && apt-get install -y git wget curl build-essential python3 ffmpe corepack enable corepack prepare pnpm@latest --activate git submodule update --init +pnpm run clean-all pnpm install --frozen-lockfile pnpm run build pnpm run migrate