Skip to content

Commit cbc120b

Browse files
committed
refactor(app): 更新执行脚本
1 parent 15e9fd3 commit cbc120b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"scripts": [
33
{
44
"cmd": "prepare",
5-
"script": "esno scripts/prepare.ts",
5+
"script": "npx codeg hooks",
66
"desc": "自动执行脚本"
77
},
88
{

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ const prettierFormatInstaller = (config: FormatOptions) => {
3737
};
3838
};
3939

40-
export { FORMAT_GLOB,FormatOptions, prettierFormat, prettierFormatInstaller };
40+
export { FORMAT_GLOB, FormatOptions, prettierFormat, prettierFormatInstaller };

0 commit comments

Comments
 (0)