From ff1d2038c974fef1c15a8a0ee8458d237afd5ddd Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 30 May 2022 14:33:02 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index b046a37..ffdba45 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -113,6 +113,7 @@ pushd "$final_path" ynh_use_nodejs ynh_exec_warn_less ynh_exec_as $app NODE_ENV=production $ynh_node_load_PATH $ynh_npm install --production ynh_exec_warn_less ynh_exec_as $app NODE_ENV=production $ynh_node_load_PATH ./node_modules/.bin/tsc + ln -sf $final_path/public/js/mots/listeMotsProposables.js $final_path/public/js/mots/listeMotsProposables.9.D.js popd #=================================================