lerna.json 130 B

12345678
  1. {
  2. "packages": ["packages/*"],
  3. "version": "independent",
  4. "bootstrap": {
  5. "npmClientArgs": []
  6. },
  7. "npmClient": "yarn"
  8. }