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
2022-11-05 23:57:33 +01:00

12 lines
162 B
JSON

{
"packages": ["packages/*"],
"version": "0.1.5",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"add": {
"exact": true
}
}
}