From 2936ebbba8fd85771eee3ffa69f3550dcd2afea1 Mon Sep 17 00:00:00 2001 From: Le Minh Tri Date: Sat, 20 May 2023 23:18:25 +0700 Subject: [PATCH] chore: set pnpm as package manager --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 08365654..fe8ac03f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "type": "module", "version": "2.2.2", "license": "MIT", + "packageManager": "pnpm@8.5.1", "scripts": { "lc:new": "tsx ./src/cmd/leetcode.ts", "dev": "astro dev",