fix: unbuild version reduced to 2.0

This commit is contained in:
vben
2024-08-03 10:12:45 +08:00
parent 27ffc9e71b
commit d3ed6757ac
8 changed files with 322 additions and 54 deletions

View File

@@ -16,9 +16,9 @@ async function runLint({ format }: LintCommandOptions) {
await execaCommand(`stylelint "**/*.{vue,css,less.scss}" --cache --fix`, {
stdio: 'inherit',
});
// await execaCommand(`eslint . --cache --fix`, {
// stdio: 'inherit',
// });
await execaCommand(`eslint . --cache --fix`, {
stdio: 'inherit',
});
await execaCommand(`prettier . --write --cache --log-level warn`, {
stdio: 'inherit',
});