mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Fixed compile scripts for non-coffee modules (#717)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user