From e7612ef6627f7b1ceb01bfe55f65f87e250f5c62 Mon Sep 17 00:00:00 2001 From: ruan-cat <1219043956@qq.com> Date: Tue, 15 Oct 2024 16:50:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8b2d99a..cb3d040 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,11 @@ "vscode": "^1.22.0", "pnpm": ">=9.5.0" }, + "config": { + "commitizen": { + "path": "node_modules/cz-git" + } + }, "scripts": { "preinstall": "npx only-allow pnpm && npm run corepack:pnpm", "corepack:pnpm": "corepack enable && corepack install", @@ -100,10 +105,5 @@ "@dotenvx/dotenvx": "^1.17.0", "consola": "^3.2.3", "lodash-es": "catalog:" - }, - "config": { - "commitizen": { - "path": "node_modules/cz-git" - } } } \ No newline at end of file