Switch to "pnpm" from "yarn"

This commit is contained in:
schroda
2026-05-15 15:11:47 +02:00
parent 7a5b5624e7
commit c19f7164e0
15 changed files with 11107 additions and 10186 deletions

View File

@@ -14,13 +14,13 @@ jobs:
node-version-file: 'package.json'
- name: Install modules
run: yarn ci
run: pnpm ci
- name: Run ESLint
run: yarn lint
run: pnpm lint
- name: Run TSC
run: yarn tsc
run: pnpm tsc
- name: Build app
run: yarn build
run: pnpm build