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
|
when: manual
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- npm install
|
||||||
- npx expo install
|
- npx expo install
|
||||||
|
- npx expo customize tsconfig.json
|
||||||
- npx tsc
|
- npx tsc
|
||||||
cache:
|
cache:
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
|
|
||||||
Reference in a new issue