Remove lerna bootstrap

This commit is contained in:
Leonid Logvinov
2018-06-04 17:48:48 -07:00
parent 61d9e418e8
commit 319135c8fe

View File

@@ -25,7 +25,6 @@ jobs:
key: yarn-packages-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths:
- node_modules/
- run: node ./node_modules/lerna/bin/lerna.js bootstrap
- run: yarn build
- save_cache:
key: repo-{{ .Environment.CIRCLE_SHA1 }}