From deda54152b8397d95c92fd9fea05d09c02554ff0 Mon Sep 17 00:00:00 2001 From: jastornig Date: Fri, 5 Jan 2024 00:55:22 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d56f004..9889a4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ lint_job: when: manual - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH script: - - yarn add + - npm install - npx tsc cache: policy: pull-push