mirror of
https://github.com/khairul169/launcher.git
synced 2025-04-28 16:49:37 +07:00
chore: add deploy script
This commit is contained in:
parent
e327dab1df
commit
92f749fe6f
@ -6,7 +6,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "tsc && vite build",
|
"build": "tsc && vite build",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview",
|
||||||
|
"deploy": "npm run build && scp -r dist/* home:/var/www/home.rul.sh"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user