chore: add deploy script

This commit is contained in:
Khairul Hidayat 2024-11-04 02:50:19 +00:00
parent e327dab1df
commit 92f749fe6f

View File

@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"deploy": "npm run build && scp -r dist/* home:/var/www/home.rul.sh"
},
"devDependencies": {
"autoprefixer": "^10.4.20",