From 94093ae71e6199fcd03e09f6caff14d405c40270 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 11 Feb 2019 17:15:30 +0100 Subject: [PATCH] add install step --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 091dd31..114e942 100644 --- a/scripts/install +++ b/scripts/install @@ -207,6 +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 env PATH=$PATH yarn --production --frozen-lockfile --non-interactive popd