fix: deploy
Some checks failed
CI - Lint, Typecheck & Test / quality-assurance (push) Failing after 47s

This commit is contained in:
2026-02-10 13:09:55 +01:00
parent 47ca58a85a
commit 4bdd4efdc3
5 changed files with 22740 additions and 5 deletions

View File

@@ -27,6 +27,8 @@ jobs:
- name: Install dependencies
run: pnpm install
env:
NPM_TOKEN: ${{ secrets.REGISTRY_PASS }}
- name: 🔍 Lint
run: npm run lint