lerna.json 240 B

1234567891011121314
  1. {
  2. "version": "independent",
  3. "npmClient": "yarn",
  4. "useWorkspaces": true,
  5. "command": {
  6. "publish": {
  7. "ignoreChanges": ["modules/tinymce/**"],
  8. "push": false
  9. },
  10. "exec": {
  11. "ignore": ["*/oxide*"]
  12. }
  13. }
  14. }