Skip to content

Commit 02bb471

Browse files
committed
chore(config): 移除console
1 parent e48feff commit 02bb471

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/command/npm-run.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const npmRun = async (cwd = process.cwd()) => {
88
const pkgContent = await fs.readFile(root, { encoding: "utf-8" });
99
const scripts = JSON.parse(pkgContent)?.scripts;
1010
const scriptChoices = Object.keys(scripts).map((key) => {
11-
console.log(key, scripts[key]);
1211
return {
1312
name: scripts[key],
1413
message: key,

0 commit comments

Comments
 (0)