From b962fec4f3e72614f6fb556b7253e94c082925b5 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Wed, 17 Aug 2022 00:44:34 +0200 Subject: [PATCH] Update build.sh --- www/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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