Skip to content

Commit

Permalink
fix: update known command list (#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun Haoran authored and kefranabg committed Jan 25, 2020
1 parent ef4e26f commit 2b25740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuepress/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function wrapCommand (fn) {
*/

function isKnownCommand (argv) {
return ['dev', 'build', 'eject'].includes(argv[0])
return ['dev', 'build', 'eject', 'info'].includes(argv[0])
}

module.exports = {
Expand Down

0 comments on commit 2b25740

Please sign in to comment.