From af3fde6cc73ff4e3b56b33ed029f877e3ea0e95e Mon Sep 17 00:00:00 2001 From: zoomdong <1344492820@qq.com> Date: Mon, 22 Nov 2021 22:43:04 +0800 Subject: [PATCH] chore: add corepack fileds in package.json (#4030) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a39f1784fe..c2cfe5b3e7 100644 --- a/package.json +++ b/package.json @@ -106,5 +106,6 @@ "core-js", "level" ] - } + }, + "packageManager": "pnpm@6.23.0" }