From 1d2923819962deb414b6da830e7f03f8072f0a5f Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Mon, 15 Jan 2024 15:33:21 +0100 Subject: [PATCH 1/2] chore: Remove cli package from linter and build scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cddfda78..e1965830 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "start": "lerna run --stream --parallel --scope=@*/{web,backend} dev", "start:web": "lerna run --stream --scope=@*/web dev", "start:backend": "lerna run --stream --scope=@*/backend dev", - "lint": "lerna run --no-bail --stream --parallel --scope=@*/{web,backend,cli} lint", - "build:watch": "lerna run --no-bail --stream --parallel --scope=@*/{web,backend,cli} build:watch", + "lint": "lerna run --no-bail --stream --parallel --scope=@*/{web,backend} lint", + "build:watch": "lerna run --no-bail --stream --parallel --scope=@*/{web,backend} build:watch", "build:docs": "cd ./packages/docs && yarn install && yarn build" }, "workspaces": { From 9405f267ba3511756aa4e1d56a3f4b1fec0f6b8e Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Mon, 15 Jan 2024 16:06:28 +0100 Subject: [PATCH 2/2] chore: Remove build:watch script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e1965830..83e33ab6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "start:web": "lerna run --stream --scope=@*/web dev", "start:backend": "lerna run --stream --scope=@*/backend dev", "lint": "lerna run --no-bail --stream --parallel --scope=@*/{web,backend} lint", - "build:watch": "lerna run --no-bail --stream --parallel --scope=@*/{web,backend} build:watch", "build:docs": "cd ./packages/docs && yarn install && yarn build" }, "workspaces": {