diff --git a/package.json b/package.json index 8c2b254..e111a5a 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ }, "scripts": { "dev": "parcel index.html", - "build": "parcel build index.html" + "build": "parcel build index.html", + "deploy": "sudo cp dist/* /srv/http-kucinako/ && sudo chown -R http:http /srv/http-kucinako" } }