Skip to content

Commit 2b25740

Browse files
Sun Haorankefranabg
Sun Haoran
authored andcommitted
fix: update known command list (#2146)
1 parent ef4e26f commit 2b25740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuepress/lib/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function wrapCommand (fn) {
4646
*/
4747

4848
function isKnownCommand (argv) {
49-
return ['dev', 'build', 'eject'].includes(argv[0])
49+
return ['dev', 'build', 'eject', 'info'].includes(argv[0])
5050
}
5151

5252
module.exports = {

0 commit comments

Comments
 (0)