Fix upgrade

This commit is contained in:
Florent 2023-02-03 16:49:10 +01:00 committed by Florent F
parent f7bf6704d5
commit fee5218833

View file

@ -125,7 +125,7 @@ pushd "$final_path"
ynh_exec_as $app git submodule update --init --recursive
ynh_use_nodejs
yarn install --pure-lockfile
ynh_exec_as $app $ynh_npm run build
$ynh_npm run build
popd
#=================================================