diff --git a/install.sh b/install.sh index 93075b1c..6c22c214 100644 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ acl --varsion echo "installing symfony project for ubuntu environnement"; composer install && yarn install; - +yarn run encore dev echo "fix file permissions"; HTTPDUSER=$(ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1)