mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Simplify lint task
This commit is contained in:
@@ -36,5 +36,5 @@ module.exports = (grunt) ->
|
||||
rm 'node'
|
||||
rm 'prebuilt-cef'
|
||||
|
||||
grunt.registerTask('lint', ['coffeelint:src', 'coffeelint:test', 'csslint:src'])
|
||||
grunt.registerTask('lint', ['coffeelint', 'csslint'])
|
||||
grunt.registerTask('default', 'lint')
|
||||
|
||||
Reference in New Issue
Block a user