From 1d9552c431ea78184ff51dc66f01de3314edb42e Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Mon, 14 Oct 2019 14:37:41 -0700 Subject: [PATCH] fix(options): Explicit `--pre-dist-tag` --- commands/publish/command.js | 5 +++++ 1 file changed, 5 insertions(+) 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.",