From 4b609b4e2859b50a5748ccd82b52dbccba3eb23e Mon Sep 17 00:00:00 2001 From: sorrelbri Date: Wed, 5 Feb 2020 19:11:43 -0800 Subject: [PATCH] update ci config from npm scripts to lerna scripts --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4aea469..eae26c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: # fallback to using the latest cache if no exact match is found - - run: npm install + - run: lerna run install - save_cache: paths: @@ -46,4 +46,4 @@ jobs: v1-dependencies-{{ checksum "package-lock.json" }} # run tests! - - run: npm test \ No newline at end of file + - run: lerna run test \ No newline at end of file