mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Install directories on initial installation
This commit is contained in:
parent
7a765fa025
commit
376e894aca
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ module.exports = (grunt) ->
|
|||
grunt.registerTask 'install:all', "Download and set up all ShareLaTeX services",
|
||||
["check:make"].concat(
|
||||
("install:#{service.name}" for service in SERVICES)
|
||||
).concat(["install:config"])
|
||||
).concat(["install:config", "install:dirs"])
|
||||
grunt.registerTask 'install', 'install:all'
|
||||
grunt.registerTask 'update:all', "Checkout and update all ShareLaTeX services",
|
||||
["check:make"].concat(
|
||||
|
|
Loading…
Reference in a new issue