mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
back to original
This commit is contained in:
parent
213be1cdae
commit
078d1c87cc
1 changed files with 1 additions and 4 deletions
|
@ -187,13 +187,10 @@ mkdir -p "$final_path/distbin-db"
|
|||
chown -R "$app":"$app" "$final_path"
|
||||
pushd $final_path
|
||||
ynh_use_nodejs
|
||||
sudo -u $app env PATH=$PATH npm install --ignore-scripts --production
|
||||
sudo -u $app env PATH=$PATH npm run build
|
||||
popd
|
||||
|
||||
pushd $final_path/dist
|
||||
sudo -u $app env PATH=$PATH npm install --ignore-scripts
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue