We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5239f commit 005cdb4Copy full SHA for 005cdb4
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