Files
automatisch/lerna.json
2021-10-24 17:47:18 +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
}
}
}