From dd56ebb120b137adf32b8476eab0fbd356be231b Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Tue, 22 Dec 2020 00:32:44 +0100 Subject: [PATCH] Fix missing extenstions --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index c1f21d2..d1302b7 100644 --- a/scripts/install +++ b/scripts/install @@ -140,6 +140,7 @@ ENV_PATH="$ynh_node_load_PATH:/opt/rbenv/versions/$RUBY_VERSION/bin" chown -R $app: "$final_path" pushd "$final_path/live" + git submodule update --init --recursive ynh_use_nodejs #exec_as $app $ENV_PATH $ynh_npm run setup exec_as $app $ENV_PATH $ynh_npm ci