From e65933ece491e37ab35b05d0242be770afc9cebf Mon Sep 17 00:00:00 2001 From: Stuart Taylor Date: Fri, 5 Oct 2018 16:27:25 +0100 Subject: [PATCH] Update circle commands --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3ade07c0087..f54269c8049 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,8 +28,7 @@ jobs: - v1-dependencies-{{ checksum "client/package.json" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - - run: cd ./client - - run: echo "working in ${cwd}" && npm install && npm run build + - run: cd ./client && npm install && npm run build - save_cache: paths: