1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

fix install steps

This commit is contained in:
yalh76 2019-02-11 17:31:15 +01:00
parent f7633b9982
commit ee15909a1c

View file

@ -207,7 +207,7 @@ pushd $final_path
sudo -u $app env PATH=$PATH yarn cache clean
sudo -u $app env PATH=$PATH yarn --frozen-lockfile --non-interactive
sudo -u $app env PATH=$PATH yarn build
sudo -u $app env PATH=$PATH ynh_secure_remove $final_path/node_modules
sudo -u $app ynh_secure_remove $final_path/node_modules
sudo -u $app env PATH=$PATH yarn --production --frozen-lockfile --non-interactive
popd