4
.github/workflows/ci-front.yaml
vendored
4
.github/workflows/ci-front.yaml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user