Skip to content

Commit 3ffc354

Browse files
committed
ci: update
1 parent 2068f64 commit 3ffc354

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.husky/pre-push renamed to .husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
# 需要检查的文件列表(可按需修改文件名和路径)
52
files="ezuikit.js index.js index.mjs"
63

index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* ezuikit.js v8.1.12-beta.1
2+
* ezuikit.js v8.1.12
33
* ezuikit javascript for npm
44
* Copyright (c) 2025-07-02 Ezviz-OpenBiz
55
* Released under the MIT License.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,8 @@
5050
"homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm#readme",
5151
"devDependencies": {
5252
"husky": "^9.1.7"
53+
},
54+
"scripts": {
55+
"prepare": "husky"
5356
}
5457
}

0 commit comments

Comments
 (0)