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