diff --git a/commands/publish/command.js b/commands/publish/command.js index 4498b157ea..12b112aa30 100644 --- a/commands/publish/command.js +++ b/commands/publish/command.js @@ -35,6 +35,11 @@ exports.builder = yargs => { type: "string", requiresArg: true, }, + "pre-dist-tag": { + describe: "Publish prerelease packages with the specified npm dist-tag", + type: "string", + requiresArg: true, + }, "git-head": { describe: "Explicit SHA to set as gitHead when packing tarballs, only allowed with 'from-package' positional.",