Add typescript type checking to gitlab CI
This commit is contained in:
parent
561c1d868c
commit
a38d0bc516
|
@ -161,6 +161,7 @@ eslint:
|
|||
- yarn install
|
||||
script:
|
||||
- yarn lint --max-warnings 0
|
||||
- yarn lint:tsc
|
||||
cache:
|
||||
key: "$CI_PROJECT_ID__eslint_npm_cache"
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue