chore: mark root package.json as private

This commit is contained in:
Ali BARIN
2022-10-07 17:39:44 +02:00
parent bd5aae3469
commit 48e9053124

View File

@@ -1,6 +1,7 @@
{
"name": "@automatisch/root",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"start": "lerna run --stream --parallel --scope=@*/{web,backend} dev",
"start:web": "lerna run --stream --scope=@*/web dev",