mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
change how grunt splits tasks up which fix broken migrate call
This commit is contained in:
@@ -22,6 +22,7 @@ module.exports = (grunt) ->
|
||||
grunt.loadNpmTasks "grunt-contrib-coffee"
|
||||
grunt.loadNpmTasks "grunt-shell"
|
||||
|
||||
grunt.task.loadTasks "./tasks"
|
||||
|
||||
execute = {}
|
||||
for service in SERVICES
|
||||
@@ -112,7 +113,7 @@ module.exports = (grunt) ->
|
||||
grunt.registerTask "check:make", "Check that make is installed", () ->
|
||||
Helpers.checkMake @async()
|
||||
|
||||
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 =
|
||||
@@ -242,5 +243,4 @@ module.exports = (grunt) ->
|
||||
rclient.on 'error', errorHandler
|
||||
|
||||
|
||||
require('load-grunt-config')(grunt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user