We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c5239f + 005cdb4 commit 53483ebCopy full SHA for 53483eb
1 file changed
src/cli/index.ts
@@ -29,7 +29,7 @@ yargs(hideBin(process.argv))
29
(yargs) => bundleArgs(appcenterArgs(yargs)).option('app', { type: 'string', demandOption: true, alias: ['a'] }),
30
async (args) => {
31
const bundlerConfig = buildBundleConfig({ ...args })
32
- const version = args.version ?? (await getAppVersion(bundlerConfig))
+ const version = args.targetBinaryVersion ?? (await getAppVersion(bundlerConfig))
33
const result = await bundle({ ...bundlerConfig, base: args.base })
34
35
const keys =
0 commit comments