add the migrate task into grunt

This commit is contained in:
Henry Oswald
2015-09-16 13:41:09 +01:00
parent ce10ceb2d9
commit e3b3b85726
+1 -1
View File
@@ -165,7 +165,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 =