build: npx only-allow pnpm
This commit is contained in:
parent
8a27b89b2a
commit
f89801263d
@ -60,6 +60,7 @@
|
|||||||
"build:quickapp-webview": "uni build -p quickapp-webview",
|
"build:quickapp-webview": "uni build -p quickapp-webview",
|
||||||
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
|
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
|
||||||
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
|
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
|
||||||
|
"preinstall": "npx only-allow pnpm",
|
||||||
"prepare": "node ./shell/postinstall.js & git init && husky install ",
|
"prepare": "node ./shell/postinstall.js & git init && husky install ",
|
||||||
"type-check": "vue-tsc --noEmit"
|
"type-check": "vue-tsc --noEmit"
|
||||||
},
|
},
|
||||||
|
@ -37,7 +37,10 @@
|
|||||||
],
|
],
|
||||||
"minSdkVersion": 30,
|
"minSdkVersion": 30,
|
||||||
"targetSdkVersion": 30,
|
"targetSdkVersion": 30,
|
||||||
"abiFilters": ["armeabi-v7a", "arm64-v8a"]
|
"abiFilters": [
|
||||||
|
"armeabi-v7a",
|
||||||
|
"arm64-v8a"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"ios": {},
|
"ios": {},
|
||||||
"sdkConfigs": {},
|
"sdkConfigs": {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user