Test pr-checks with npm run prepare

This commit is contained in:
Karl Ludwig Weise
2025-07-28 21:30:37 +02:00
parent a033229181
commit 2123ea1737
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
run: npm ci
- name: Run type checking
run: npm run check
run: npm run prepare && npm run check
- name: Run linting
run: npm run lint