From 2dc1ffb5476fea4cc43683dc288a24cc681a6d46 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 25 Dec 2017 10:55:33 +0100 Subject: [PATCH] ci(circleci): supress installing ramda-adjunct package.json --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e0c4910ff..6620f196d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,6 @@ jobs: - checkout - run: npm install greenkeeper-lockfile - run: ./node_modules/.bin/greenkeeper-lockfile-update - - run: npm install - run: ./node_modules/.bin/greenkeeper-lockfile-upload build: