Update .gitlab-ci.yml file

This commit is contained in:
jastornig 2024-01-05 00:55:22 +00:00
parent 404ad5a928
commit deda54152b

View file

@ -31,7 +31,7 @@ lint_job:
when: manual when: manual
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script: script:
- yarn add - npm install
- npx tsc - npx tsc
cache: cache:
policy: pull-push policy: pull-push