From 86271af4bb2daba8b03648b97f01c96b9ee7b9eb Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:33:03 +0200 Subject: [PATCH] juste yarn --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f9f7c98..2d5d50b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,5 +14,4 @@ jobs: password: $PSW_DOCKER # context / project UI env-var reference steps: - checkout # check out the code in the project directory - - run: yarn install - - run: npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file + - run: yarn install \ No newline at end of file