From c32c103c039a426680429a87196e224168d42245 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 25 Nov 2021 16:41:37 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d93ef8d..eac4d08 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