Fixed compile scripts for non-coffee modules (#717)

This commit is contained in:
Miguel Serrano 2020-04-07 16:17:51 +02:00 committed by GitHub
parent f7ac10cc97
commit 11e7f7d60e

View file

@ -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