From 3aabc3e0f1936ea323692b5253a6a9748add92a1 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Mon, 2 Nov 2020 09:55:27 +0100 Subject: [PATCH] step 2 test 5 --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c577fef..b24cee1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,4 +12,5 @@ jobs: steps: # Commands are run in a Windows virtual machine environment - checkout - - run: yarn global add node-gyp && yarn install \ No newline at end of file + - run: yarn global add node-gyp + - run: yarn install \ No newline at end of file