diff --git a/Gruntfile.coffee b/Gruntfile.coffee index d8e5f5ee3c..df8cf03045 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -167,7 +167,7 @@ module.exports = (grunt) -> Helpers.buildUpstartScripts() - grunt.registerTask 'migrate', "compile migrations and run them", ['coffee:migrate', 'shell:migrate'] + #grunt.registerTask 'migrate', "compile migrations and run them", ['coffee:migrate', 'shell:migrate'] Helpers =