chore(cli): update eslint config and prettier codes
This commit is contained in:
@@ -25,7 +25,7 @@ export async function installDependencies() {
|
||||
const manager = hasYarn() ? 'yarn' : 'npm';
|
||||
|
||||
await execa(manager, ['install', '--prod=false'], {
|
||||
stdio: 'inherit'
|
||||
stdio: 'inherit',
|
||||
});
|
||||
|
||||
console.log('');
|
||||
|
||||
Reference in New Issue
Block a user