We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3899df commit 74d298bCopy full SHA for 74d298b
src/setup.ts
@@ -64,7 +64,7 @@ export const commandSet: CommandSet = {
64
cli
65
.command(
66
"depcheck",
67
- "运行 npm-check 检查过时的、不正确的和未使用的依赖项"
+ "运行 npm-check 检查过时的、不正确的和未使用的依赖项",
68
)
69
.action(async () => {
70
await npmDepCheck();
0 commit comments