From 4f6dbb2804189bd7d56e6b7f6219f8f9fff4aea2 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 15:50:19 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bbe7b39..c773c60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,15 +15,15 @@ jobs: - image: cimg/node:12.18 steps: - checkout - - restore_cache: - key: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} - - run: yarn global add node-gyp && yarn install - - save_cache: - paths: - - ~./cache/yarn - key: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} +# - restore_cache: +# key: +# - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - run: echo "hello world" +# - save_cache: +# paths: +# - ~./cache/yarn +# key: +# - npm-v1-dependencies-{{ checksum "yarn.lock" }} lint: docker: - image: cimg/node:12.18