diff --git a/core/scripts/deploy-daemon.sh b/core/scripts/deploy-daemon.sh index 9efd93435cb..a125427ce8f 100755 --- a/core/scripts/deploy-daemon.sh +++ b/core/scripts/deploy-daemon.sh @@ -22,7 +22,7 @@ then echo echo "${green}Compiling GUI...${reset}" - cd ../gui && yarn install && ng build --prod --deploy-url=/ --base-href=/ + cd ../gui && yarn install && ng build --configuration production --deploy-url=/ --base-href=/ echo "${green}GUI compiled.${reset}" echo cd ..