1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/reiverr_ynh.git synced 2024-09-03 20:16:14 +02:00
This commit is contained in:
Thomas 2023-10-08 19:21:36 +02:00 committed by GitHub
parent 01478f53d9
commit ba0a3295c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,10 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@latest
# Install vite
ynh_npm install --global vite
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================