1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/endi_ynh.git synced 2024-09-03 18:35:54 +02:00

Fix build: forgot to node_load_PATH

This commit is contained in:
Salamandar 2023-01-20 13:26:07 +01:00
parent e32268dd27
commit 6f73da501b

View file

@ -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