Fix lint CI

This commit is contained in:
Charles Bochet
2023-09-18 19:31:15 -07:00
parent d8930f7079
commit b5ccec4d58

View File

@ -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: