chore: Remove cli package from linter and build scripts

This commit is contained in:
Faruk AYDIN
2024-01-15 15:33:21 +01:00
parent 1e3ab75bb7
commit 1d29238199

View File

@@ -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": {