Skip to content

Commit

Permalink
fix: remove docsFormats from release cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jun 20, 2020
1 parent 9dc23a3 commit 39e44b0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmds/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ module.exports = {
choices: ['node', 'browser', 'webworker'],
default: ['node', 'browser', 'webworker']
},
docsFormats: {
alias: 'd',
describe: 'Which documentation formats to build',
type: 'array',
choices: ['html', 'md'],
default: ['html']
},
build: {
describe: 'Run build tasks before release',
type: 'boolean',
Expand Down

0 comments on commit 39e44b0

Please sign in to comment.