mirror of
https://github.com/YunoHost-Apps/elabftw_ynh.git
synced 2024-09-03 18:26:23 +02:00
revert
This commit is contained in:
parent
27f317dd81
commit
2c4f760716
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ pushd "$install_dir/sources"
|
|||
ynh_install_composer --workdir="$install_dir/sources" --install_args="--no-dev"
|
||||
|
||||
ynh_exec_warn_less ynh_exec_as "$app" env "$ynh_node_load_PATH" yarn install --pure-lockfile --prod
|
||||
ynh_exec_warn_less ynh_exec_as "$app" env "$ynh_node_load_PATH" yarn run buildall:prod
|
||||
ynh_exec_warn_less ynh_exec_as "$app" env "$ynh_node_load_PATH" yarn run buildall
|
||||
|
||||
ynh_composer_exec --workdir="$install_dir/sources" --commands="install --prefer-dist --no-cache --no-progress --no-dev -a"
|
||||
|
||||
|
|
Loading…
Reference in a new issue