From db37f3c1b5eb6dda767c5d1229e4c74fde8b27da Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 2 Dec 2024 17:14:36 +0800 Subject: [PATCH] =?UTF-8?q?Chore:=20=E6=9B=B4=E6=96=B0=20husky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 64 ----------------------------------------------- package.json | 2 +- 2 files changed, 1 insertion(+), 65 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86d02c6..6f8eed9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2130,70 +2130,6 @@ "node": ">= 10" } }, - "node_modules/autocorrect-node-darwin-x64": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/autocorrect-node-darwin-x64/-/autocorrect-node-darwin-x64-2.13.0.tgz", - "integrity": "sha512-IUFp8/LeEmd08+rd6L84C0pQyeAmrd4fufEguFKXkrKTKn0svMj+NHNXA6OLWIriYHB3mjUMx1pMay4yp01zqA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/autocorrect-node-linux-x64-gnu": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/autocorrect-node-linux-x64-gnu/-/autocorrect-node-linux-x64-gnu-2.13.0.tgz", - "integrity": "sha512-66yn5IMGrlejJZz0GVmFlTx5KZMlpFeFIwpwBa5TrW9s1n1zp5yuMQPcw/tQ5eP/tl9N1H+kJGQLTpcuguoNJQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/autocorrect-node-linux-x64-musl": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/autocorrect-node-linux-x64-musl/-/autocorrect-node-linux-x64-musl-2.13.0.tgz", - "integrity": "sha512-Z+S7oiU/rolDOLupj7Ou1LDLgXjur03YedZ0yQfyLxzVO+b5Q1087jkJp/zAkwknqb3ZfhxLZRHe78OMYLPhOg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/autocorrect-node-win32-x64-msvc": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/autocorrect-node-win32-x64-msvc/-/autocorrect-node-win32-x64-msvc-2.13.0.tgz", - "integrity": "sha512-eZr8zhLQSggRAAzHVg2sm0D/bFAUyxwS0cBf/UkJUML+YdHGAi3mvSsEsBMDT/oA6eWfOjf9HAa6RzKON3u+LQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.4.7", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.7.tgz", diff --git a/package.json b/package.json index 8c322b7..7708d54 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "algolia": "atomic-algolia", "fix:md": "autocorrect content --fix && markdownlint-cli2 \"content/**/*.md\" --fix", "lint:md": "autocorrect content --lint && markdownlint-cli2 \"content/**/*.md\"", - "prepare": "husky install", + "prepare": "husky", "build": "hugo --gc --minify --logLevel info", "server": "hugo server -D --disableFastRender --navigateToChanged --ignoreCache --renderToMemory -O", "server:production": "npm run server -- -e production",