13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"lerna": "2.5.1",
|
|
"packages": ["packages/*"],
|
|
"version": "independent",
|
|
"commands": {
|
|
"publish": {
|
|
"ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"]
|
|
}
|
|
},
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true
|
|
}
|