update ci config from npm scripts to lerna scripts

This commit is contained in:
sorrelbri 2020-02-05 19:11:43 -08:00
parent d1f09a5494
commit 4b609b4e28

View file

@ -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
- run: lerna run test