From 453517dc667ad8adc851e3a6f3697aa07163a41f Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 9 Apr 2025 13:43:06 +0200 Subject: [PATCH] fix: add prepare command to linting CI --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 085af2b..68b8ebe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,5 +19,8 @@ jobs: - name: Install dependencies run: npm ci + - name: Prepare linting + run: npm run prepare + - name: Lint run: npm run lint