This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
automate/lerna.json
2021-10-24 20:18:43 +02:00

18 lines
261 B
JSON

{
"packages": [
"packages/*"
],
"private": true,
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"registry": "http://localhost:5000"
},
"add": {
"exact": true
}
}
}