mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fixed compile scripts for non-coffee modules (#717)
This commit is contained in:
parent
f7ac10cc97
commit
11e7f7d60e
1 changed files with 3 additions and 3 deletions
|
@ -12,11 +12,11 @@ grep 'name:' config/services.js | \
|
|||
web)
|
||||
npm run webpack:production
|
||||
;;
|
||||
chat|filestore|notifications|tags)
|
||||
echo "$service doesn't require a compilation"
|
||||
real-time|document-updater)
|
||||
npm run compile:all
|
||||
;;
|
||||
*)
|
||||
npm run compile:all
|
||||
echo "$service doesn't require a compilation"
|
||||
;;
|
||||
esac
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue