diff --git a/scripts/install b/scripts/install index 3c9efcb..7b49eb3 100755 --- a/scripts/install +++ b/scripts/install @@ -22,6 +22,9 @@ ynh_npm install --global npm@latest # Install Yarn ynh_npm install --global yarn +# Install vite +ynh_npm install --global vite + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE