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

remove --production, lack some module

This commit is contained in:
yalh76 2019-02-09 01:18:01 +01:00
parent 5310877d5d
commit 213be1cdae

View file

@ -191,7 +191,7 @@ pushd $final_path
popd
pushd $final_path/dist
sudo -u $app env PATH=$PATH npm install --ignore-scripts --production
sudo -u $app env PATH=$PATH npm install --ignore-scripts
popd
#=================================================