mirror of
https://github.com/YunoHost-Apps/jellyfin-vue_ynh.git
synced 2024-09-03 19:26:31 +02:00
Update _common.sh
This commit is contained in:
parent
5fc50d735a
commit
b916b64bf9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ _npm_build_install() {
|
|||
pushd "$sourcedir" || ynh_die "Could not pushd $sourcedir"
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less ynh_exec_as "$app" env "$ynh_node_load_PATH" \
|
||||
"$ynh_npm" install
|
||||
"$ynh_npm" ci --no-audit --ignore-scripts
|
||||
ynh_exec_warn_less ynh_exec_as "$app" env "$ynh_node_load_PATH" \
|
||||
"$ynh_npm" run build -- --base="$subpath/"
|
||||
popd || ynh_die "Could not popd"
|
||||
|
|
Loading…
Reference in a new issue