Removed compile:all from filestore and notifications services (#688)

This commit is contained in:
Miguel Serrano 2020-01-22 14:41:31 +01:00 committed by GitHub
parent 9d6cf19d35
commit 689104d93e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ grep 'name:' config/services.js | \
web)
npm run webpack:production
;;
chat)
chat|filestore|notifications)
echo "$service doesn't require a compilation"
;;
*)