Skip to content

Commit 894c166

Browse files
committed
fix: 插件名错误
1 parent 0678fe6 commit 894c166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919

2020
export default (ctx) => {
2121
ctx.registerCommand({
22-
name: 'dx',
22+
name: 'doctor',
2323
async fn() {
2424
const { appPath, nodeModulesPath, configPath } = ctx.paths
2525
const { fs, chalk, PROJECT_CONFIG } = ctx.helper

0 commit comments

Comments
 (0)