update ci

This commit is contained in:
Jakob Stornig 2024-01-05 19:20:54 +01:00
parent 8ff3435c2b
commit 67cc3d3c29

View file

@ -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