• Dan Abramov's avatar
    Switch to Yarn Workspaces (#3755) · 0aeffe62
    Dan Abramov authored
    * Switch to Yarn Workspaces
    
    * Feedback
    
    * Move flowconfig
    
    * Use publish script
    
    * Keep git status check
    
    * Fix Flow without perf penalty
    
    * Remove Flow from package.json "test"
    
    * Try running it from script directly (?)
    
    * Try magic incantations
    
    * lol flow COME ON
    
    * Try to skip Flow on AppVeyor
    
    * -df
    
    * -df
    
    * -df
    
    * Try to fix CI
    
    * Revert unrelated changes
    
    * Update CONTRIBUTING.md
    Unverified
    0aeffe62
lerna.json 515 bytes
  "lerna": "2.6.0",
  "npmClient": "yarn",
  "useWorkspaces": true,
  "version": "independent",
  "changelog": {
    "repo": "facebookincubator/create-react-app",
    "labels": {
      "tag: new feature": ":rocket: New Feature",
      "tag: breaking change": ":boom: Breaking Change",
      "tag: bug fix": ":bug: Bug Fix",
      "tag: enhancement": ":nail_care: Enhancement",
      "tag: documentation": ":memo: Documentation",
      "tag: internal": ":house: Internal"
    "cacheDir": ".changelog"