Revert "build: npx only-allow pnpm"
This reverts commit f89801263d2ed67cbb0febdbd6bdfb1976c319bd.
This commit is contained in:
parent
f89801263d
commit
20b1cef15d
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -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": "/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -75,4 +75,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user