mirror of
https://github.com/YunoHost-Apps/reiverr_ynh.git
synced 2024-09-03 20:16:14 +02:00
fix vite
This commit is contained in:
parent
01478f53d9
commit
ba0a3295c9
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
||||||
# Upgrade NPM
|
# Upgrade NPM
|
||||||
ynh_npm install --global npm@latest
|
ynh_npm install --global npm@latest
|
||||||
|
|
||||||
|
# Install vite
|
||||||
|
ynh_npm install --global vite
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue