mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Update default grunt task
This commit is contained in:
@@ -191,8 +191,8 @@ module.exports = (grunt) ->
|
||||
grunt.registerTask('compile', ['coffee', 'less', 'cson'])
|
||||
grunt.registerTask('lint', ['coffeelint', 'csslint', 'lesslint'])
|
||||
grunt.registerTask('ci', ['clean', 'bootstrap', 'build', 'test'])
|
||||
grint.registerTask('deploy', ['clean', 'bootstrap', 'build', 'codesign'])
|
||||
grunt.registerTask('default', ['build', 'install'])
|
||||
grunt.registerTask('deploy', ['clean', 'bootstrap', 'build', 'codesign'])
|
||||
grunt.registerTask('default', ['bootstrap', 'build', 'set-development-version', 'install'])
|
||||
|
||||
spawn = (options, callback) ->
|
||||
grunt.util.spawn options, (error, results, code) ->
|
||||
|
||||
Reference in New Issue
Block a user