chore: fix git

This commit is contained in:
2026-02-10 14:00:43 +01:00
parent 205880b41a
commit 169b25ea12
3 changed files with 6 additions and 22732 deletions

View File

@@ -33,10 +33,10 @@ jobs:
NPM_TOKEN: ${{ secrets.REGISTRY_PASS }}
- name: 🔍 Lint
run: npm run lint
run: pnpm lint
- name: 🏗️ Typecheck
run: npm run typecheck
run: pnpm typecheck
- name: 🧪 Test
run: npm run test
run: pnpm test