mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Let's not create an installer unless asked, it takes foreeeeevvvverr
This commit is contained in:
@@ -228,6 +228,6 @@ module.exports = (grunt) ->
|
||||
grunt.registerTask('ci', ['output-disk-space', 'download-atom-shell', 'build', 'dump-symbols', 'set-version', 'check-licenses', 'lint', 'test', 'create-installer', 'codesign', 'publish-build'])
|
||||
grunt.registerTask('docs', ['markdown:guides', 'build-docs'])
|
||||
|
||||
defaultTasks = ['download-atom-shell', 'build', 'set-version', 'create-installer']
|
||||
defaultTasks = ['download-atom-shell', 'build', 'set-version']
|
||||
defaultTasks.push 'install' unless process.platform is 'linux'
|
||||
grunt.registerTask('default', defaultTasks)
|
||||
|
||||
Reference in New Issue
Block a user