From c028a973aec166a97788cafd74336faa39867d85 Mon Sep 17 00:00:00 2001 From: patelravi Date: Tue, 5 Feb 2019 16:53:58 +0530 Subject: [PATCH] Resolving circle ci config issue. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec38db1..0d307b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,8 +11,8 @@ jobs: # a collection of steps command: 'sudo npm install -g npm@latest' - run: name: install-npm-wee - command: npm install --dev + command: 'npm install --dev' - run: # run tests name: test - command: 'gulp' + command: 'gulp test' \ No newline at end of file