This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
next-deploy/lerna.json
2020-07-05 16:56:57 -07:00

11 lines
203 B
JSON

{
"version": "independent",
"npmClient": "yarn",
"command": {
"publish": {
"ignoreChanges": ["*.md"],
"message": "chore(release): publish"
}
},
"packages": ["packages/*"]
}