diff --git a/package.json b/package.json index 2993325..6cfd82d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "start": "yarn parcel index.html", "dev": "yarn parcel watch index.html", - "build": "yarn parcel build index.js" + "build": "yarn parcel build index.js", + "deploy": "yarn parcel build; rsync rsync -aP ./dist/ inu@95.216.203.71:/media/www/stream.undersco.re/" }, "alias": { "react": "preact/compat",