From 911dac0f8bdbf24114a9bf4b5cf3bca09075e75b Mon Sep 17 00:00:00 2001 From: rabungan Date: Thu, 29 Jun 2023 11:08:35 +0800 Subject: [PATCH] remove workspaces --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index f001907c..a9309aaf 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,5 @@ { "private": true, - "workspaces": [ - "packages/*" - ], "scripts": { "charts:build": "lerna run --scope \"@coreui/react-chartjs\" build --stream", "docs:api": "lerna run --scope \"@coreui/react-docs\" api --stream",