diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a1e9c1..bb4e29f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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