mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
Fix install
This commit is contained in:
parent
0351b50380
commit
1e70aa1c35
1 changed files with 5 additions and 1 deletions
|
@ -187,11 +187,15 @@ mkdir -p "$final_path/distbin-db"
|
||||||
chown -R "$app":"$app" "$final_path"
|
chown -R "$app":"$app" "$final_path"
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
#sudo -u $app env PATH=$PATH npm add typescript --save # --production
|
|
||||||
sudo -u $app env PATH=$PATH npm install --ignore-scripts
|
sudo -u $app env PATH=$PATH npm install --ignore-scripts
|
||||||
sudo -u $app env PATH=$PATH npm run build
|
sudo -u $app env PATH=$PATH npm run build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
pushd $final_path/dist
|
||||||
|
sudo -u $app env PATH=$PATH npm install --ignore-scripts --production
|
||||||
|
popd
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SYSTEMD
|
# SETUP SYSTEMD
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue