1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-16 01:41:37 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

fix taro cli path

This commit is contained in:
sunnylqm
2025-02-13 16:13:48 +08:00
parent dc8c134ff0
commit c08c5c0b07
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-native-update-cli", "name": "react-native-update-cli",
"version": "1.40.0-beta.0", "version": "1.40.0-beta.1",
"description": "Command tools for javaScript updater with `pushy` service for react native apps.", "description": "Command tools for javaScript updater with `pushy` service for react native apps.",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View File

@@ -111,7 +111,7 @@ async function runReactNativeBundleCommand({
const getTaroCli = () => { const getTaroCli = () => {
try { try {
cliPath = require.resolve('@tarojs/cli/bin/taro.js', { cliPath = require.resolve('@tarojs/cli/bin/taro', {
paths: [process.cwd()], paths: [process.cwd()],
}); });
} catch (e) {} } catch (e) {}