Update .gitlab-ci.yml file
This commit is contained in:
parent
afb52998d9
commit
404ad5a928
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
- npm install
|
- yarn add
|
||||||
- npx tsc
|
- npx tsc
|
||||||
cache:
|
cache:
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
|
|
||||||
Reference in a new issue