mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Update install
This commit is contained in:
parent
4e38dfce0a
commit
cf04f58237
1 changed files with 3 additions and 3 deletions
|
@ -139,9 +139,9 @@ chown $app:$app "$final_path/.config/default.yml"
|
|||
ynh_script_progression --message="Installing Misskey..." --weight=15
|
||||
|
||||
pushd "$final_path"
|
||||
ynh_exec_warn_less yarn add ts-node webpack
|
||||
ynh_exec_warn_less NODE_ENV=production yarn build
|
||||
ynh_exec_warn_less yarn run init
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn add ts-node webpack
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run init
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue