[bin/compile-services] all services are decaffeinated now

This commit is contained in:
Jakob Ackermann 2020-07-08 11:18:47 +01:00
parent 39069e6b52
commit 2766993c65

View file

@ -12,9 +12,6 @@ grep 'name:' config/services.js | \
web)
npm run webpack:production
;;
real-time)
npm run compile:all
;;
*)
echo "$service doesn't require a compilation"
;;