update ci
This commit is contained in:
parent
8ff3435c2b
commit
67cc3d3c29
1 changed files with 2 additions and 1 deletions
|
|
@ -31,8 +31,9 @@ lint_job:
|
|||
when: manual
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
script:
|
||||
- yarn install
|
||||
- npm install
|
||||
- npx expo install
|
||||
- npx expo customize tsconfig.json
|
||||
- npx tsc
|
||||
cache:
|
||||
policy: pull-push
|
||||
|
|
|
|||
Reference in a new issue