1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/reiverr_ynh.git synced 2024-09-03 20:16:14 +02:00

install vite

This commit is contained in:
Thomas 2023-10-10 20:17:45 +02:00 committed by GitHub
parent ad8d7db269
commit 30fd3e566b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,9 @@ ynh_npm install --global npm@latest
# Install Yarn # Install Yarn
ynh_npm install --global yarn ynh_npm install --global yarn
# Install vite
ynh_npm install --global vite
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE