From 337c8043c8b78c79497f583cc03601aec7a7c041 Mon Sep 17 00:00:00 2001 From: gbuomprisco Date: Sat, 8 Jun 2024 23:50:24 +0800 Subject: [PATCH] Remove workspaces configuration from package.json The configuration for the "workspaces" field in package.json file has been deleted. It should pick up the workspaces form pnpm-workspace.yaml instead. --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index bf1c48d6a..b2bab8639 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,6 @@ "env:validate": "turbo gen validate-env" }, "prettier": "@kit/prettier-config", - "workspaces": [ - "apps/*", - "packages/**", - "tooling/*" - ], "dependencies": { "@manypkg/cli": "^0.21.4", "@turbo/gen": "^2.0.3",