From 1c8963ba1f87c88d69766567143aeb4779707a6d Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Mon, 2 Nov 2020 09:52:53 +0100 Subject: [PATCH] step 2 test 3 --- .circleci/config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2f1e843..c577fef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,10 +12,4 @@ jobs: steps: # Commands are run in a Windows virtual machine environment - checkout - - restore_cache: - keys: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} - - run: - name: Install node-gyp - command: yarn global add node-gyp && yarn install - \ No newline at end of file + - run: yarn global add node-gyp && yarn install \ No newline at end of file