From 4c4ed1734810ecc99329fce5881bebdee8514783 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 27 Oct 2018 22:53:05 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index dbd9adb..68be4b5 100644 --- a/scripts/install +++ b/scripts/install @@ -126,8 +126,8 @@ sudo chown admin -R $install_log pushd $final_path ynh_replace_string "port: 8000" "$port" "$final_path/src/server/config.js" ynh_use_nodejs -NODE_ENV=production npm install >> $install_log 2>&1 -NODE_ENV=production npm run build +npm install >> $install_log 2>&1 +NODE_ENV=production npm run build >> $install_log 2>&1 popd #=================================================