Update deploy command
This commit is contained in:
parent
2f8a0279eb
commit
2fd30ed940
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "eslint .",
|
||||
"deploy": "git pull; npm ci; vite build"
|
||||
"deploy": "git pull; npm ci; vite build; sudo rm -r /srv/website; sudo cp --no-preserve=ownership build /srv/website"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^3.0.0",
|
||||
|
|
Loading…
Reference in a new issue