From e2538b2757cc5a606025626194b18acf1a2252ce Mon Sep 17 00:00:00 2001 From: yuriy0803 Date: Wed, 17 Aug 2022 00:56:10 +0200 Subject: [PATCH] Update build.sh --- www/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/build.sh b/www/build.sh index 7ce5839..5a64bed 100644 --- a/www/build.sh +++ b/www/build.sh @@ -2,7 +2,5 @@ # This is dirty af but will do for now. - - ./node_modules/.bin/ember build --environment production sudo rsync -a dist/* /var/www/etc2pool/ --delete