update deploy script
This commit is contained in:
parent
c17b40c723
commit
272192103e
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"start": "yarn parcel index.html",
|
||||
"dev": "yarn parcel watch index.html",
|
||||
"build": "yarn parcel build index.js && cp -r static dist/static",
|
||||
"build": "parcel build index.html && cp -r static dist/static",
|
||||
"deploy": "yarn parcel build; rsync rsync -aP ./dist/ inu@95.216.203.71:/media/www/stream.undersco.re/"
|
||||
},
|
||||
"alias": {
|
||||
|
Loading…
Reference in New Issue
Block a user