From ae66d40c1053633149483bc66d3d7b326802c08e Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 6 Jan 2019 01:13:21 +0100 Subject: [PATCH] Update install --- scripts/install | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index ce2030d..06c32eb 100644 --- a/scripts/install +++ b/scripts/install @@ -124,9 +124,10 @@ sudo chown admin -R $install_log #================================================= pushd $final_path -ynh_use_nodejs -npm install >> $install_log 2>&1 -NODE_ENV=production npm run build >> $install_log 2>&1 +#ynh_use_nodejs +#npm install >> $install_log 2>&1 +NODE_ENV=production npm install +NODE_ENV=production npm run build npm run package:discover popd