From 3b921ece5dbd28b1bd5c7189ff5ee50685f528cb Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Thu, 25 Aug 2022 21:42:19 -0400 Subject: [PATCH] add workspaces to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 444b3c0d6..57ccad76d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "url": "https://akkoma.dev/FoundKeyGang/FoundKey.git" }, "private": true, + "workspaces": ["packages/*"], "scripts": { "postinstall": "node ./scripts/install-packages.js", "build": "node ./scripts/build.js",