From 7f72e4f5b65e6351c7bd29ac1140b3bdf3b6e397 Mon Sep 17 00:00:00 2001 From: jhen Date: Sun, 1 Sep 2024 09:23:08 +0800 Subject: [PATCH] chore(pkg): add packageManager --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 35f8be7f..12ad5324 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "workspaces": [ "packages/*" ], + "packageManager": "yarn@1.22.22", "scripts": { "lint": "eslint .", "release": "./scripts/release.sh",