From e45a2a95f19e5cb74993304844c5c59aa9245730 Mon Sep 17 00:00:00 2001 From: vaasu Date: Tue, 5 Nov 2019 21:40:45 +0530 Subject: [PATCH] Reverted yml config --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ae9bb8..096d4e2 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 - cd .. && npm install - - run: cd .. && npm run build + npm install + - run: npm run build upload: docker: - image: circleci/node:13.0.1-stretch-browsers