diff --git a/server-ce/Gruntfile.coffee b/server-ce/Gruntfile.coffee index b897077a52..b732143aa4 100644 --- a/server-ce/Gruntfile.coffee +++ b/server-ce/Gruntfile.coffee @@ -21,6 +21,9 @@ SERVICES = [{ }, { name: "track-changes" repo: "https://github.com/sharelatex/track-changes-sharelatex.git" +}, { + name: "docstore" + repo: "https://github.com/sharelatex/docstore-sharelatex.git" }] module.exports = (grunt) ->