From f05a46cfc5e2b4882b2028991d7f4374baf7ea30 Mon Sep 17 00:00:00 2001 From: patelravi Date: Tue, 5 Feb 2019 16:51:51 +0530 Subject: [PATCH] Resolving circle ci config issue. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 509288f..d8c143f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: # a collection of steps command: 'sudo npm install -g npm@latest' - run: name: install-npm-wee - command: npm install + command: npm install --dev - run: # run tests name: test command: gulp