Merge pull request #760 from overleaf/jpa-post-decaff

[bin/compile-services] all services are decaffeinated now
This commit is contained in:
Jakob Ackermann 2020-07-08 13:17:03 +02:00 committed by GitHub
commit f4b9f2d2ca

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