mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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)
|
web)
|
||||||
npm run webpack:production
|
npm run webpack:production
|
||||||
;;
|
;;
|
||||||
real-time|document-updater)
|
real-time)
|
||||||
npm run compile:all
|
npm run compile:all
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue