diff --git a/www/build.sh b/www/build.sh index 1f31609..7ce5839 100644 --- a/www/build.sh +++ b/www/build.sh @@ -1,8 +1,8 @@ #!/bin/bash # This is dirty af but will do for now. -cp fix/intl-format-cache/src/* node_modules/intl-format-cache/src/ -cp fix/intl-format-cache/lib/* node_modules/intl-format-cache/lib/ + + ./node_modules/.bin/ember build --environment production sudo rsync -a dist/* /var/www/etc2pool/ --delete