upload script
This commit is contained in:
parent
9a2dda49cb
commit
69ca45ff48
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"upload": "rsync --recursive --rsh='ssh -p2222' dist/ root@192.168.1.243:/data/beta_enprogreso_nulo_ar/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
||||
|
|
Loading…
Reference in a new issue