Add clean-all to tests

This commit is contained in:
zima 2025-03-27 17:12:47 -07:00
parent 158afd86f7
commit c7cd6b26f9

View file

@ -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