mirror of
https://github.com/YunoHost-Apps/facilmap_ynh.git
synced 2024-09-03 18:36:07 +02:00
Update install
This commit is contained in:
parent
169290e79d
commit
258b342272
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ ynh_mysql_execute_as_root --database="$db_name" --sql="ALTER DATABASE $db_name C
|
|||
ynh_script_progression --message="Building with NodeJS..." --weight=20
|
||||
|
||||
pushd "$install_dir"
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH yarn install
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH yarn build
|
||||
popd
|
||||
|
||||
chmod 750 "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue