cudr_slate-collaborative/lerna.json

12 lines
180 B
JSON
Raw Normal View History

2019-10-05 08:44:49 +00:00
{
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"command": {
"publish": {
"verifyAccess": false
}
}
}