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

Update _common.sh

This commit is contained in:
Éric Gaspar 2024-05-02 11:28:04 +02:00
parent 915275351c
commit 11067f05af

View file

@ -22,7 +22,6 @@ __ynh_endi_build() {
ynh_install_nodejs --nodejs_version=16
pushd "$install_dir/endi" 2>&1
ynh_script_progression --message="Downloading NPM dependencies..." --weight=1
ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --prefix js_sources install 2>&1
ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --prefix vue_sources install 2>&1