diff --git a/package.json b/package.json index 5fea3c5be4..4b4499c0ed 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,12 @@ "name": "blitz-root", "version": "0.0.0", "private": true, + "workspaces": [ + "apps/*", + "packages/*", + "integration-tests/*", + "recipes/*" + ], "scripts": { "preinstall": "npx only-allow pnpm", "prepare": "husky install",