mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove lint from default task
It is causing an error.
This commit is contained in:
@@ -255,4 +255,4 @@ module.exports = (grunt) ->
|
||||
grunt.registerTask('compile', ['coffee', 'less', 'cson'])
|
||||
grunt.registerTask('lint', ['coffeelint', 'csslint', 'lesslint'])
|
||||
grunt.registerTask('ci', ['clean', 'bootstrap', 'build', 'test'])
|
||||
grunt.registerTask('default', ['lint', 'build'])
|
||||
grunt.registerTask('default', 'build')
|
||||
|
||||
Reference in New Issue
Block a user