From c3abdcc2d93f511164f1549cff81108e75592699 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Nov 2021 10:28:55 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index eac4d08..d93ef8d 100644 --- a/scripts/install +++ b/scripts/install @@ -128,7 +128,7 @@ pushd $final_path ynh_use_nodejs export NODE_ENV=production ynh_exec_warn_less yarn install - yarn add webpack webpack-cli --dev + #yarn add webpack webpack-cli --dev ynh_exec_warn_less yarn build popd