From a37abc62ee7b0f176290b6de8ee6a2a4d4419dbc Mon Sep 17 00:00:00 2001 From: Anjorin Damilare Date: Wed, 6 Jul 2022 15:26:20 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20remove=20workspace=20from=20`package.j?= =?UTF-8?q?son`=20since=20we=20have=20`pnpm-works=E2=80=A6=20(#38166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: remove workspace from `package.json` since we have `pnpm-workspace` --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 71eb1988d00be..91b1c4a031da9 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,6 @@ "name": "nextjs-project", "version": "0.0.0", "private": true, - "workspaces": [ - "packages/*" - ], "scripts": { "new-error": "plop error", "new-test": "plop test",