mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #732 from overleaf/msm-remove-doc-updater-compilation
Remove compilation step from document-updater
This commit is contained in:
commit
b697794b2b
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