From 55412720b09c309121ae21cf1b7afe8e54db70d8 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 27 Oct 2018 23:42:58 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 5fee94f..3bd8a27 100644 --- a/scripts/install +++ b/scripts/install @@ -127,6 +127,7 @@ pushd $final_path ynh_use_nodejs npm install >> $install_log 2>&1 NODE_ENV=production npm run build >> $install_log 2>&1 +npm run package:discover popd #=================================================