Remove make targets in web (#670)

This commit is contained in:
theunbound 2019-12-09 18:02:52 +01:00 committed by Miguel Serrano
parent 4ecac57e8c
commit feda446983

View file

@ -10,8 +10,6 @@ grep 'name:' config/services.js | \
echo "Compiling Service $service"
case $service in
web)
make compile_full
make minify
npm run webpack:production
;;
chat)