lerna.json 179 B

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