From 95584214f0e977b782f285738da321096479411e Mon Sep 17 00:00:00 2001 From: Thaisrr <46489998+Thaisrr@users.noreply.github.com> Date: Mon, 2 Nov 2020 10:13:10 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bfd8172..f99bf49 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,4 @@ jobs: - image: cimg/node:14.10.1 # the primary container, where your job's commands are run steps: - checkout # check out the code in the project directory - - run: - name: Main Installation - commands: yarn global add node-gyp && yarn install + - run: yarn global add node-gyp && yarn install