Skip to content

Commit 938f908

Browse files
committed
Fix wrong prefix for lint command
1 parent 9217498 commit 938f908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/buildtools/src/commands/prebuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const getLintCommand = () => new Command('lint')
5353
logCommandErrorAndExit(resolveResult);
5454
}
5555

56-
const prefix = chalk.blueBright('[lintglobal]');
56+
const prefix = chalk.blueBright('[lint]');
5757
console.log(`${prefix} ${chalk.cyanBright(`Running ESLint v${ESLint.version}`)}`);
5858
const { asset } = resolveResult;
5959

0 commit comments

Comments
 (0)