fix: add prepare command to linting CI

This commit is contained in:
mrjvs
2025-04-09 13:43:06 +02:00
parent f44bcd3ad0
commit 453517dc66

View File

@@ -19,5 +19,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Prepare linting
run: npm run prepare
- name: Lint
run: npm run lint