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