Skip to content

Commit

Permalink
Run all of the lint:fix commands; echo any lint errors to stdout/stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Nov 4, 2017
1 parent d012b19 commit eaf5c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/generate-octicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' })
})

0 comments on commit eaf5c47

Please sign in to comment.