From a80cd106bf37201c05da58581d8b13e9e7d2bd53 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Fri, 7 Oct 2022 17:03:21 +0200 Subject: [PATCH] chore: remove package local registry --- lerna.json | 4 ---- package.json | 6 +----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/lerna.json b/lerna.json index bb7fe322..232b9053 100644 --- a/lerna.json +++ b/lerna.json @@ -2,14 +2,10 @@ "packages": [ "packages/*" ], - "private": true, "version": "0.0.0", "npmClient": "yarn", "useWorkspaces": true, "command": { - "publish": { - "registry": "http://localhost:5000" - }, "add": { "exact": true } diff --git a/package.json b/package.json index 42fad1c8..54c5992d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "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", @@ -30,8 +29,5 @@ "eslint-plugin-prettier": "^4.0.0", "lerna": "^4.0.0", "prettier": "^2.5.1" - }, - "publishConfig": { - "registry": "http://localhost:5000" } -} +} \ No newline at end of file