From 655608b1ccce08e5e2ec75396f32b6f8ca39d14c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 11 Jan 2021 21:55:40 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ef5ab4f..c60b8e0 100755 --- a/scripts/install +++ b/scripts/install @@ -156,7 +156,7 @@ ynh_store_file_checksum --file="$final_path/.config/default.yml" #================================================= pushd "$final_path" - ynh_exec_warn_lessyarn add ts-node webpack + ynh_exec_warn_less yarn add ts-node webpack ynh_exec_warn_less NODE_ENV=production yarn build ynh_exec_warn_less yarn run init popd