1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

fix install steps

This commit is contained in:
yalh76 2019-02-09 01:16:13 +01:00
parent a1272c8cf7
commit 5310877d5d

View file

@ -187,11 +187,13 @@ 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 add hoek@^4.2.1 --save
sudo -u $app env PATH=$PATH npm install --ignore-scripts
sudo -u $app env PATH=$PATH npm run build
popd
pushd $final_path/dist
sudo -u $app env PATH=$PATH npm install --ignore-scripts --production
popd
#=================================================
# SETUP SYSTEMD
#=================================================