From b5ccec4d588f47eb0f3c668b8481ab6029a2dd49 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Mon, 18 Sep 2023 19:31:15 -0700 Subject: [PATCH] Fix lint CI --- .github/workflows/ci-front.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: