Files
automatisch/lerna.json
2022-10-07 17:32:56 +02:00

13 lines
169 B
JSON

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