Skip to content

Commit

Permalink
fix(): trying to fix lerna/yarn builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Jan 25, 2018
1 parent c02c6bc commit d4d58cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- v1-dependencies-registry

- run: yarn install
- run: YARN_CACHE_FOLDER=.yarn-cache npx lerna bootstrap
- run: yarn run bootstrap

- save_cache:
paths:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"license": "MIT",
"private": true,
"scripts": {
"bootstrap": "npx lerna bootstrap --concurrency=1",
"lint": "npx lerna run lint",
"test:unit": "cross-env LERNA_TEST_RUN=1 NODE_ENV=test nyc lerna run test:unit",
"test:e2e": "npx lerna run test:e2e --stream",
Expand Down

0 comments on commit d4d58cf

Please sign in to comment.