mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove semi-colon
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = (gruntObject) ->
|
||||
return if process.env.JANKY_SHA1 and process.env.JANKY_BRANCH isnt 'master'
|
||||
tasks = ['upload-assets']
|
||||
tasks.unshift('prepare-docs') if process.platform is 'darwin'
|
||||
grunt.task.run(tasks);
|
||||
grunt.task.run(tasks)
|
||||
|
||||
grunt.registerTask 'prepare-docs', ['build-docs'], ->
|
||||
fs.copySync(grunt.config.get('docsOutputDir'), path.join(grunt.config.get('atom.buildDir'), 'atom-docs'))
|
||||
|
||||
Reference in New Issue
Block a user