Added a tiny build script

This commit is contained in:
shibco 2021-03-29 14:29:26 +02:00
parent f1bd7697fa
commit 41bc15c525

View File

@ -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",