From 6f73da501b9bcaee22e91974484e541621f26262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 20 Jan 2023 13:26:07 +0100 Subject: [PATCH] Fix build: forgot to node_load_PATH --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3001199..38685b5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -49,7 +49,7 @@ __ynh_endi_build() { ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --prefix vue_sources install 2>&1 ynh_script_progression --message="Building Web interface code..." --weight=1 - ynh_exec_as $app make prodjs devjs prodjs2 devjs2 2>&1 \ + ynh_exec_as $app $ynh_node_load_PATH make prodjs devjs prodjs2 devjs2 2>&1 \ || ynh_die --message="Build of javascript code failed, maybe because of high RAM usage!" popd 2>&1