mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add ci task
This commit is contained in:
@@ -233,4 +233,5 @@ module.exports = (grunt) ->
|
||||
|
||||
grunt.registerTask('compile', ['coffee', 'less', 'cson'])
|
||||
grunt.registerTask('lint', ['coffeelint', 'csslint'])
|
||||
grunt.registerTask('ci', ['clean', 'bootstrap', 'build', 'test'])
|
||||
grunt.registerTask('default', ['lint', 'build'])
|
||||
|
||||
Reference in New Issue
Block a user