From 145d453eed31892c5445cbec387b94db81526c01 Mon Sep 17 00:00:00 2001 From: Genuifx Date: Thu, 21 Dec 2023 21:59:18 +0800 Subject: [PATCH] chores: temp disable check --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 1931445b..39ab4adc 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,6 @@ "vuepress-plugin-sitemap": "^2.3.1", "watchpack": "^1.6.1" }, - "husky": { - "hooks": { - "pre-commit": "npm test" - } - }, "scripts": { "publish-next": "lerna publish --dist-tag=next --canary --preid rc", "commit": "git-cz",