65a104f7d4
- checks whether branch is `master` - checks whether the tree is clean - checks whether HEAD doesn't match origin - publishes using lerna - updates root version based on --staging/--dev/--production flags - tags tapo with name `${pkg.name}@${pkg.version}` - pushes tag to origin that creates and pushes a repo tag afterwards
9 lines
117 B
JSON
9 lines
117 B
JSON
{
|
|
"lerna": "2.0.0-rc.4",
|
|
"version": "independent",
|
|
"npmClient": "yarn",
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
}
|