From 20b1cef15de98567a46b5681dbedb61611f5b8fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Thu, 11 Apr 2024 16:58:54 +0800 Subject: [PATCH] Revert "build: npx only-allow pnpm" This reverts commit f89801263d2ed67cbb0febdbd6bdfb1976c319bd. --- package.json | 1 - src/manifest.json | 7 ++----- src/pages.json | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 54c4dc4..3986c84 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,6 @@ "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", - "preinstall": "npx only-allow pnpm", "prepare": "node ./shell/postinstall.js & git init && husky install ", "type-check": "vue-tsc --noEmit" }, diff --git a/src/manifest.json b/src/manifest.json index 2ef8961..37837e0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -37,10 +37,7 @@ ], "minSdkVersion": 30, "targetSdkVersion": 30, - "abiFilters": [ - "armeabi-v7a", - "arm64-v8a" - ] + "abiFilters": ["armeabi-v7a", "arm64-v8a"] }, "ios": {}, "sdkConfigs": {}, @@ -77,4 +74,4 @@ "base": "/" } } -} \ No newline at end of file +} diff --git a/src/pages.json b/src/pages.json index 8868db5..e6056c1 100644 --- a/src/pages.json +++ b/src/pages.json @@ -75,4 +75,4 @@ ] } ] -} \ No newline at end of file +}