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