mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Install atom when default grunt task is run
This commit is contained in:
@@ -194,7 +194,7 @@ 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', ['build'])
|
||||
grunt.registerTask('default', ['build', 'install'])
|
||||
|
||||
cp = (source, destination, {filter}={}) ->
|
||||
copyFile = (source, destination) ->
|
||||
|
||||
Reference in New Issue
Block a user