From e13b675ee959ec941a96ee4916632d0c00e1ce21 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Nov 2021 09:24:09 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e90c65c..5bc79c5 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 - ynh_exec_warn_less yarn add webpack webpack-dev-server --dev + #ynh_exec_warn_less yarn add webpack webpack-dev-server --dev ynh_exec_warn_less yarn build popd