Files
automatisch/lerna.json
2023-05-19 19:56:51 +02:00

14 lines
170 B
JSON

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