From 3351933c3e82342a13db7b1cf07408e68606c88d Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 13:43: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 a79134d..72e22ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,12 +9,12 @@ jobs: - image: cimg/node:14.10.1 steps: - checkout -# - 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" }} + - 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" }}