Added a tiny build script
This commit is contained in:
parent
f1bd7697fa
commit
41bc15c525
@ -6,7 +6,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "yarn parcel index.html",
|
"start": "yarn parcel index.html",
|
||||||
"dev": "yarn parcel watch 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": {
|
"alias": {
|
||||||
"react": "preact/compat",
|
"react": "preact/compat",
|
||||||
|
Loading…
Reference in New Issue
Block a user