1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-11-08 10:15:47 +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

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