Skip to content

Commit

Permalink
fix(options): Explicit --pre-dist-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 14, 2019
1 parent 343a751 commit 1d9552c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commands/publish/command.js
Expand Up @@ -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.",
Expand Down

0 comments on commit 1d9552c

Please sign in to comment.