mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Remove compilation step from document-updater
This commit is contained in:
parent
8cf600089f
commit
34a4b12b8b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ grep 'name:' config/services.js | \
|
|||
web)
|
||||
npm run webpack:production
|
||||
;;
|
||||
real-time|document-updater)
|
||||
real-time)
|
||||
npm run compile:all
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue