1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snweb_ynh.git synced 2024-09-03 20:26:22 +02:00

Fix missing extenstions

This commit is contained in:
Fabian Wilkens 2020-12-22 00:32:44 +01:00
parent c369ecdd74
commit dd56ebb120

View file

@ -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