vite should install now

This commit is contained in:
Olivier Demers 2023-02-17 10:30:30 -05:00
parent e920b98a18
commit edefedf6fc

View File

@ -4,6 +4,7 @@ deploy-beta:
stage: deploy
script:
- echo "Deploy to beta server"
- npm install
- npm run build
- ncftpput -R -u $ftp_user -p $ftp_pass pls5618.com beta build/*
environment: