From dd590374adc48f73baf7f7e459f6bbe0d90123ea Mon Sep 17 00:00:00 2001 From: MiningCryptoLive Date: Mon, 29 Aug 2022 12:23:08 -0400 Subject: [PATCH] Update build.sh --- www/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/build.sh b/www/build.sh index 5a64bed..1f31609 100644 --- a/www/build.sh +++ b/www/build.sh @@ -1,6 +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