From 16ae7a0dca3defae74754000e430e5b2b500dcdb Mon Sep 17 00:00:00 2001 From: ConstasJ Date: Sat, 25 Jun 2022 13:35:30 +0800 Subject: [PATCH] chore: add pnpm support (#730) Co-Authored-By: Il Harper --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 135a004cf6..cf021902f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "@root/koishi", "private": true, + "packageManager": "yarn@1.22.19", "workspaces": [ "docs", "test", @@ -96,4 +97,4 @@ "esbuild-register" ] } -} \ No newline at end of file +}