aboutsummaryrefslogtreecommitdiffstats
path: root/lerna.json
blob: e2147be85b8a506174c3beb08cec03f020153889 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "lerna": "3.0.0-beta.23",
    "packages": ["packages/*"],
    "version": "independent",
    "command": {
        "publish": {
            "ignoreChanges": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"]
        }
    },
    "npmClient": "yarn",
    "useWorkspaces": true
}