refine: 项目结构

This commit is contained in:
菲鸽
2024-05-19 18:47:44 +08:00
parent accfa88343
commit c4f3da820d
5 changed files with 3 additions and 33 deletions

View File

@@ -61,7 +61,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": "node ./shell/postinstall.js & git init && husky install ",
"prepare": "git init && husky install ",
"type-check": "vue-tsc --noEmit"
},
"lint-staged": {