switching from yarn to pnpm

This commit is contained in:
fkwp
2026-04-17 11:07:31 +02:00
parent 5657036f2f
commit 17ad20cd09
11 changed files with 17535 additions and 16777 deletions

View File

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