diff --git a/.github/workflows/ci-front.yaml b/.github/workflows/ci-front.yaml index 81c78220a..86662bc25 100644 --- a/.github/workflows/ci-front.yaml +++ b/.github/workflows/ci-front.yaml @@ -131,7 +131,7 @@ jobs: key: eslint-plugin-twenty-node_modules-${{hashFiles('packages/eslint-plugin-twenty/yarn.lock')}} restore-keys: eslint-plugin-twenty-node_modules- - name: Front / Install Dependencies - run: cd front && yarn + run: cd front && yarn && yarn eslint-plugin:upgrade - name: Front / Run linter run: cd front && yarn lint front-jest: