From 906d3db20c3bf11d9f0cc3853ecfa41874bbf63a Mon Sep 17 00:00:00 2001 From: Murat Ozcan Date: Wed, 4 May 2022 07:44:44 -0500 Subject: [PATCH] added back workspaces --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 00675c64d..1566df340 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "commerce", "license": "MIT", "private": true, + "workspaces": [ + "site", + "packages/*" + ], "scripts": { "build": "turbo run build --scope=next-commerce --include-dependencies --no-deps", "dev": "turbo run dev",