mirror of
https://github.com/youzan/vant.git
synced 2026-05-16 01:07:43 +08:00
fix(eslint-config): remove prettier extends (#9222)
This commit is contained in:
@@ -25,7 +25,7 @@ function runCommand(
|
||||
})
|
||||
.catch((err: any) => {
|
||||
spinner.fail(messages.failed);
|
||||
console.log(err.stdout);
|
||||
console.log(err.stderr || err.stdout);
|
||||
resolve(false);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user