1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00
This commit is contained in:
ericgaspar 2021-05-08 14:15:17 +02:00
parent 0e085e68fc
commit a4f91a84ba
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 4 deletions

View file

@ -117,8 +117,8 @@ ynh_script_progression --message="Building CodiMD... (this will take some time a
pushd "$final_path" || ynh_die pushd "$final_path" || ynh_die
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as --user=$app bin/setup ynh_exec_warn_less ynh_exec_as $app bin/setup
ynh_exec_warn_less ynh_exec_as --user=$app yarn run build ynh_exec_warn_less ynh_exec_as $app yarn run build
popd || ynh_die popd || ynh_die
#================================================= #=================================================

View file

@ -135,8 +135,8 @@ then
pushd "$final_path" || ynh_die pushd "$final_path" || ynh_die
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as --user=$app bin/setup ynh_exec_warn_less ynh_exec_as $app bin/setup
ynh_exec_warn_less ynh_exec_as --user=$app yarn run build ynh_exec_warn_less ynh_exec_as $app yarn run build
popd || ynh_die popd || ynh_die
fi fi