1
0
Fork 0
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:
ericgaspar 2022-03-15 18:47:32 +01:00
parent a4404ee28e
commit efb11700ef
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -141,7 +141,7 @@ ynh_script_progression --message="Installing Misskey..." --weight=15
pushd "$final_path" pushd "$final_path"
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less yarn add ts-node webpack ynh_exec_warn_less yarn add ts-node webpack
ynh_exec_warn_less ynh_exec_as $app NODE_ENV=production yarn build ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build
ynh_exec_warn_less yarn run init ynh_exec_warn_less yarn run init
popd popd