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 install

This commit is contained in:
Éric Gaspar 2024-09-02 13:40:05 +02:00
parent d82ba6b37d
commit 5223143304

View file

@ -49,8 +49,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
#=================================================