aboutsummaryrefslogtreecommitdiffstats
path: root/lerna.json
blob: 39905618d70cbba717b05e1daa14760a4d8d5b2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "lerna": "3.0.0-beta.14",
    "packages": ["packages/*"],
    "commands": {
        "publish": {
            "allowBranch": "development"
        }
    },
    "version": "independent",
    "commands": {
        "publish": {
            "ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"]
        }
    },
    "npmClient": "yarn",
    "useWorkspaces": true
}