From cfaa380c65a2905f785beced9077ccd2d698c221 Mon Sep 17 00:00:00 2001 From: "haitao(lj)" Date: Wed, 28 Sep 2022 11:41:00 +0800 Subject: [PATCH] chore: add packageManager for corepack --- ui/package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ui/package.json b/ui/package.json index bb92a3f5..1185f9d5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ }, "config": { "commitizen": { - "path": "./node_modules/cz-conventional-changelog" + "path": "ui/node_modules/cz-conventional-changelog" } }, "dependencies": { @@ -102,9 +102,10 @@ "typescript": "*", "web-vitals": "^2.1.4" }, - "license": "MIT", + "packageManager": "pnpm@7.9.5", "engines": { "node": ">=16.17", "pnpm": ">=7" - } -} \ No newline at end of file + }, + "license": "MIT" +}