We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8c134 commit c08c5c0Copy full SHA for c08c5c0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-update-cli",
3
- "version": "1.40.0-beta.0",
+ "version": "1.40.0-beta.1",
4
"description": "Command tools for javaScript updater with `pushy` service for react native apps.",
5
"main": "index.js",
6
"bin": {
src/bundle.ts
@@ -111,7 +111,7 @@ async function runReactNativeBundleCommand({
111
112
const getTaroCli = () => {
113
try {
114
- cliPath = require.resolve('@tarojs/cli/bin/taro.js', {
+ cliPath = require.resolve('@tarojs/cli/bin/taro', {
115
paths: [process.cwd()],
116
});
117
} catch (e) {}
0 commit comments