chore: remove package local registry

This commit is contained in:
Ali BARIN
2022-10-07 17:03:21 +02:00
parent e1d953c855
commit a80cd106bf
2 changed files with 1 additions and 9 deletions

View File

@@ -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
}

View File

@@ -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"
}
}
}