chore: add incremental typecheck to twenty-ui (#4947)

Part of #4766
This commit is contained in:
Thaïs
2024-04-15 12:15:29 +02:00
committed by GitHub
parent 96bd5f1803
commit 56b7c84116
7 changed files with 14 additions and 7 deletions

View File

@ -148,6 +148,10 @@ jobs:
path: node_modules
key: root-node_modules-${{hashFiles('yarn.lock')}}
restore-keys: root-node_modules-
- name: UI / Run linter
run: yarn nx lint twenty-ui
- name: UI / Run Typescript Check
run: yarn nx typecheck twenty-ui
- name: Front / Run linter
run: yarn nx lint:ci twenty-front
- name: Front / Run Typescript Check