去掉 package.json 命令后的一个多余空格

This commit is contained in:
程序员小墨
2025-02-25 01:02:06 +08:00
committed by GitHub
parent 535f09e8c6
commit 09f2a032f0

View File

@@ -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",