mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
Run all of the lint:fix commands; echo any lint errors to stdout/stderr
This commit is contained in:
parent
d012b192f5
commit
eaf5c478c9
1 changed files with 1 additions and 1 deletions
|
@ -105,5 +105,5 @@ generateIconData().then(result => {
|
|||
|
||||
console.log('Ensuring generated file is formatted correctly...')
|
||||
const root = Path.dirname(__dirname)
|
||||
return cp.spawn('yarn', ['eslint:fix'], { cwd: root })
|
||||
return cp.spawn('yarn', ['lint:fix'], { cwd: root, stdio: 'inherit' })
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue