From b6bb22dc817755baa6c0f859314571510a751237 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Thu, 11 Feb 2021 12:43:52 +0100 Subject: [PATCH] Update to yarn configuration --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c20c7c70..f166a25f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,13 +6,11 @@ stages: - release before_script: - - yarn install + - yarn install --immutable cache: &global_cache paths: - - node_modules - - "packages/*/node_modules" - - .eslint + - .yarn/cache lint: stage: test