Revert "build: npx only-allow pnpm"

This reverts commit f89801263d2ed67cbb0febdbd6bdfb1976c319bd.
This commit is contained in:
菲鸽 2024-04-11 16:58:54 +08:00
parent f89801263d
commit 20b1cef15d
3 changed files with 3 additions and 7 deletions

View File

@ -60,7 +60,6 @@
"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"
}, },

View File

@ -37,10 +37,7 @@
], ],
"minSdkVersion": 30, "minSdkVersion": 30,
"targetSdkVersion": 30, "targetSdkVersion": 30,
"abiFilters": [ "abiFilters": ["armeabi-v7a", "arm64-v8a"]
"armeabi-v7a",
"arm64-v8a"
]
}, },
"ios": {}, "ios": {},
"sdkConfigs": {}, "sdkConfigs": {},
@ -77,4 +74,4 @@
"base": "/" "base": "/"
} }
} }
} }

View File

@ -75,4 +75,4 @@
] ]
} }
] ]
} }