Merge branch 'dev' of ssh://git.undersco.re:222/underscore/stream into dev

This commit is contained in:
Benjamin Jones 2021-03-29 18:04:03 +02:00
commit 18aaeb4509

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