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