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