1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-10-17 09:52:57 +02:00 committed by Félix Piédallu
parent 5d41b8d867
commit eb693a2611

View file

@ -67,7 +67,7 @@ pushd $install_dir
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH NODE_ENV=production yarn build
mv $install_dir/dist/ $install_dir/
#mv $install_dir/dist/ $install_dir/
popd
#=================================================