Commit 217957d 1 parent b90a409 commit 217957d Copy full SHA for 217957d
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unibest" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " unibest - 最好用的 uniapp 开发框架" ,
5
4
"type" : " commonjs" ,
5
+ "description" : " unibest - 最好用的 uniapp 开发框架" ,
6
6
"author" : {
7
7
"name" : " Burt" ,
8
8
"zhName" : " 菲鸽" ,
18
18
"pnpm" : " >=7.30"
19
19
},
20
20
"scripts" : {
21
- "postinstall" : " node ./shell/postinstall.js" ,
22
21
"dev:app" : " uni -p app" ,
23
22
"dev:app-android" : " uni -p app-android" ,
24
23
"dev:app-ios" : " uni -p app-ios" ,
53
52
"build:quickapp-webview" : " uni build -p quickapp-webview" ,
54
53
"build:quickapp-webview-huawei" : " uni build -p quickapp-webview-huawei" ,
55
54
"build:quickapp-webview-union" : " uni build -p quickapp-webview-union" ,
56
- "prepare" : " husky install" ,
55
+ "prepare" : " husky install && node ./shell/postinstall.js " ,
57
56
"type-check" : " vue-tsc --noEmit"
58
57
},
59
58
"lint-staged" : {
You can’t perform that action at this time.
0 commit comments