Files
automatisch/lerna.json
2021-10-01 20:08:04 +02:00

15 lines
221 B
JSON

{
"packages": [
"packages/*"
],
"private": true,
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"registry": "http://localhost:5000"
}
}
}