You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,29 +38,36 @@ export function configurePublishCommand(yargs: yargs.Argv): yargs.Argv {
37
38
description:
38
39
"The path to an electron-builder config. Defaults to `electron-builder.yml` (or `json`, or `json5`, or `js`, or `ts`), see "+chalk.underline("https://goo.gl/YFRJOM"),
39
40
})
41
+
.option("policy",{
42
+
alias: ["p"],
43
+
type: "string",
44
+
description: `Publish trigger policy, see ${chalk.underline("https://www.electron.build/publish")}`,
0 commit comments