From a3c2da31c395b291974415c2f9c5649c4695e5e8 Mon Sep 17 00:00:00 2001 From: Kot Date: Sun, 9 Oct 2022 13:22:35 -0700 Subject: [PATCH] Specify pnpm for corepack (#27) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aaaac8a..5b5719f 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,6 @@ "uninject": "node scripts/patcher/uninstall.js", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "lint:fix": "pnpm lint --fix" - } + }, + "packageManager": "pnpm@7.12.2" }