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

This commit is contained in:
Jakob Ackermann 2020-07-08 11:18:47 +01:00
parent b842348215
commit 8c2b3c0896
No known key found for this signature in database
GPG key ID: 30C56800FCA3828A

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"
;;