Enable CI to use Yarn Berry

This commit is contained in:
Robin
2025-03-14 02:14:18 -04:00
parent 95b37ea341
commit 31fb916b9d
5 changed files with 14 additions and 4 deletions

View File

@@ -4,5 +4,6 @@ set -ex
export VITE_APP_VERSION=$(git describe --tags --abbrev=0)
corepack enable
yarn install
yarn run build