From 8d3186f80e7e1dcb489dab9c5d6b0b81e219aeb6 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 14 Oct 2025 14:46:58 +0800
Subject: [PATCH] feat: 已执行
---
package.json | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/package.json b/package.json
index 6879d02..064f526 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,6 @@
"stylelint": "stylelint \"src/**/*.{vue,scss,css,sass,less}\"",
"stylelint:fix": "stylelint \"src/**/*.{vue,scss,css,sass,less}\" --fix",
"cz": "git add . && npx czg",
- "postinstall": "simple-git-hooks",
"clean": "npx rimraf node_modules",
"clean:cache": "npx rimraf node_modules/.cache"
},
@@ -110,7 +109,6 @@
"rollup-plugin-visualizer": "^6.0.3",
"sass": "1.79.6",
"sass-loader": "^16.0.4",
- "simple-git-hooks": "^2.13.1",
"stylelint": "^16.23.0",
"stylelint-config-recess-order": "^6.1.0",
"stylelint-config-standard": "^39.0.0",
@@ -130,10 +128,6 @@
"vue": "3.4.21"
}
},
- "simple-git-hooks": {
- "pre-commit": "npx lint-staged",
- "commit-msg": "node ./scripts/verify-commit.js"
- },
"lint-staged": {
"src/**/*.{js,jsx}": "eslint --fix",
"*.{scss,css,style,html}": "stylelint --fix",
@@ -142,4 +136,4 @@
"stylelint --fix"
]
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3