From 4bdf15c3c4f6d10f1b1114b7397e3955511e9c11 Mon Sep 17 00:00:00 2001 From: mohiit1502 Date: Tue, 5 Nov 2019 17:06:51 +0530 Subject: [PATCH] updated yaml config --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 096d4e2..1ae9bb8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,8 @@ jobs: sudo apt-get update sudo npm install -g npm # Install node dependencies - npm install - - run: npm run build + cd .. && npm install + - run: cd .. && npm run build upload: docker: - image: circleci/node:13.0.1-stretch-browsers