add install step

This commit is contained in:
yalh76 2019-02-11 17:15:30 +01:00
parent 3f9d638388
commit 94093ae71e

View File

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