mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Removed compile:all from filestore and notifications services (#688)
This commit is contained in:
parent
103941eab3
commit
5232f07ec5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ grep 'name:' config/services.js | \
|
|||
web)
|
||||
npm run webpack:production
|
||||
;;
|
||||
chat)
|
||||
chat|filestore|notifications)
|
||||
echo "$service doesn't require a compilation"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue