mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add the migrate task into grunt
This commit is contained in:
parent
2ee81d6c50
commit
0218f9624e
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ module.exports = (grunt) ->
|
||||||
Helpers.buildUpstartScripts()
|
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 =
|
Helpers =
|
||||||
|
|
Loading…
Reference in a new issue