Authored by yyq

del console

... ... @@ -14,7 +14,6 @@ const lintResult = {
css: {}
};
console.log(changeFiles);
const ext = process.platform === 'win32' ? '.cmd' : ''; // Windows 平台需要加后缀
// 在执行检查脚本的时候,不显示 NPM 错误日志
... ...