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:
parent
c369ecdd74
commit
dd56ebb120
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ ENV_PATH="$ynh_node_load_PATH:/opt/rbenv/versions/$RUBY_VERSION/bin"
|
||||||
chown -R $app: "$final_path"
|
chown -R $app: "$final_path"
|
||||||
|
|
||||||
pushd "$final_path/live"
|
pushd "$final_path/live"
|
||||||
|
git submodule update --init --recursive
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
#exec_as $app $ENV_PATH $ynh_npm run setup
|
#exec_as $app $ENV_PATH $ynh_npm run setup
|
||||||
exec_as $app $ENV_PATH $ynh_npm ci
|
exec_as $app $ENV_PATH $ynh_npm ci
|
||||||
|
|
Loading…
Add table
Reference in a new issue