From 41bc15c525b2dd542102fc931602ad7c342d568c Mon Sep 17 00:00:00 2001 From: Cade Date: Mon, 29 Mar 2021 14:29:26 +0200 Subject: [PATCH] Added a tiny build script --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c29f780..20d8864 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", @@ -35,4 +36,4 @@ "sass": "^1.32.8", "scss": "^0.2.4" } -} \ No newline at end of file +}