lerna.json 183 B

1234567891011121314
  1. {
  2. "lerna": "2.0.0-rc.1",
  3. "packages": [
  4. "packages/*",
  5. "."
  6. ],
  7. "hoist": true,
  8. "nohoist": "husky",
  9. "commands": {
  10. "bootstrap": {
  11. "concurrency": 1
  12. }
  13. }
  14. }