Skip to content

Commit

Permalink
去掉 package.json 命令后的一个多余空格
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-xiaomo authored Feb 24, 2025
1 parent 535f09e commit 09f2a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"build:quickapp-webview": "uni build -p quickapp-webview",
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
"prepare": "git init && husky install ",
"prepare": "git init && husky install",
"type-check": "vue-tsc --noEmit",
"release": "standard-version",
"cz": "czg",
Expand Down

0 comments on commit 09f2a03

Please sign in to comment.