joyent-portal/lerna.json
Sérgio Ramos 65a104f7d4 chore: implement a publish script
- 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
2017-05-26 10:20:05 +01:00

9 lines
117 B
JSON

{
"lerna": "2.0.0-rc.4",
"version": "independent",
"npmClient": "yarn",
"packages": [
"packages/*"
]
}