aboutsummaryrefslogblamecommitdiffstats
path: root/lerna.json
blob: fa9ef5aff7f5ff7c329914db1c02bf524bda609d (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                             
                                              
                             
                
                    
                                                                                                    

         
                        
                         
 
{
    "lerna": "3.0.0-beta.23",
    "packages": ["packages/*", "contracts/*"],
    "version": "independent",
    "command": {
        "publish": {
            "ignoreChanges": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"]
        }
    },
    "npmClient": "yarn",
    "useWorkspaces": true
}