From f2c2757d30088dc0f37943b5061fe1e6ab2373e8 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 16:12:24 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 88fd55f..a862a5f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ jobs: - restore_cache: key: - npm-v1-dependencies-{{ checksum "yarn.lock" }} - - run: echo "hello world" + - run: yarn global add node-gyp && yarn install - save_cache: paths: - ~./cache/yarn