1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mongo-express_ynh.git synced 2024-09-03 19:46:04 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2024-09-02 13:40:16 +02:00
parent 5223143304
commit 2c800e51af

View file

@ -56,8 +56,8 @@ pushd "$install_dir"
mv package.json.mov package.json
fi
ynh_exec_as_app node_load_PATH" "$ynh_yarn" install
ynh_exec_as_app node_load_PATH" npm run build
ynh_exec_as_app "$ynh_yarn" install
ynh_exec_as_app npm run build
popd
#=================================================